[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fytfEOZQDwrHthpV-rQ6at-QaHaEZi6KMFyrHGjFqXy8":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":15,"tags":18,"homepage":23,"download_link":24,"security_score":25,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":37,"analysis":134,"fingerprints":175},"srizon-lorem","Srizon Lorem","1.0.0","afzal_du","https:\u002F\u002Fprofiles.wordpress.org\u002Fafzal_du\u002F","\u003Cp>This plugin adds a new button into your WordPress page\u002Fpost editor which allows you to insert Lorem Ipsum (demo text) quickly.\u003Cbr \u002F>\nIt’s useful for creating demo content.\u003C\u002Fp>\n\u003Cp>Check the video\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002Fm4PIEJednNo?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n","Lorem Ipsum (Demo Text or Dummy Text) generator for your WordPress editor.",10,4185,70,2,"","4.8.28","4.3.1",[19,20,21,22],"button","lorem","lorem-ipsum","tinymce","http:\u002F\u002Fwww.srizon.com\u002Fsrizon-lorem","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsrizon-lorem.1.0.zip",100,0,null,"2026-03-15T10:48:56.248Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":31,"total_installs":32,"avg_security_score":33,"avg_patch_time_days":34,"trust_score":35,"computed_at":36},3,40,95,30,91,"2026-04-04T21:14:42.617Z",[38,61,79,99,119],{"slug":39,"name":40,"version":41,"author":42,"author_profile":43,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":48,"num_ratings":49,"last_updated":50,"tested_up_to":51,"requires_at_least":52,"requires_php":15,"tags":53,"homepage":57,"download_link":58,"security_score":59,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":60},"addquicktag","AddQuicktag","2.6.1","Frank Bueltge","https:\u002F\u002Fprofiles.wordpress.org\u002Fbueltge\u002F","\u003Cp>This plugin makes it easy to add Quicktags to the html – and visual-editor. It is possible to export your Quicktags as a JSON – file that can be imported in other installations of the plugin.\u003C\u002Fp>\n\u003Cp>WP-AddQuicktag for WordPress is originally created by \u003Ca href=\"http:\u002F\u002Froel.meurders.nl\u002F\" title=\"Roel Meurders\" rel=\"nofollow ugc\">Roel Meurders\u003C\u002Fa>. The versions in the Repo of AddQuicktag are newer versions, this is a complete rewrite of version 2.0.0 with more functionality.\u003C\u002Fp>\n\u003Cp>The plugin can add configurable custom quicktags to the editor of every post type, including custom post types from other sources. You may choose a post type for which a quicktag shall show up in the editor.\u003Cbr \u002F>\nIf this should not work perfectly well for you, you may also use the hooks inside the plugin. See the examples and hint inside the tab “\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Faddquicktag\u002Fother_notes\u002F\" rel=\"ugc\">Other Notes\u003C\u002Fa>“.\u003C\u002Fp>\n\u003Ch4>Bugs, technical hints or contribute\u003C\u002Fh4>\n\u003Cp>Please give me feedback, contribute and file technical bugs on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbueltge\u002Faddquicktag\" rel=\"nofollow ugc\">GitHub Repo\u003C\u002Fa>. The Wiki on this page has also several hints for the plugin.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Crafted by \u003Ca href=\"https:\u002F\u002Finpsyde.com\" rel=\"nofollow ugc\">Inpsyde\u003C\u002Fa> · Engineering the web since 2006.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Hook for custom post types\u003C\u002Fh4>\n\u003Cp>The plugin adds the quicktag by default to post types\u002FID \u003Ccode>post\u003C\u002Fcode>, \u003Ccode>page\u003C\u002Fcode> and \u003Ccode>comment\u003C\u002Fcode>. To use the plugin for other post types also you may use a filter; see the following example or an example plugin in the \u003Ca href=\"https:\u002F\u002Fgist.github.com\u002F1595155\" rel=\"nofollow ugc\">Gist 1595155\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F add custom function to filter hook 'addquicktag_post_types'\nadd_filter( 'addquicktag_post_types', 'my_addquicktag_post_types' );\n\u002F**\n * Return array $post_types with custom post types\n *\n * @param   $post_type Array\n * @return  $post_type Array\n *\u002F\nfunction my_addquicktag_post_types( $post_types ) {\n\n    $post_types[] = 'edit-comments';\n    return $post_types;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Hook for custom pages\u003C\u002Fh4>\n\u003Cp>It is possible also to filter the pages inside the backend. By default the scripts include the pages \u003Ccode>post.php\u003C\u002Fcode>, \u003Ccode>comment.php\u003C\u002Fcode>. The following example changes this for an another page.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'addquicktag_pages', 'my_addquicktag_pages' );\n\u002F**\n * Return array $page with custom page strings\n *\n * @param   $page Array\n * @return  $page Array\n *\u002F\nfunction my_addquicktag_pages( $page ) {\n\n    $page[] = 'edit-comments.php';\n    return $page;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>See this Gist as an example for how to add the Quicktags to the editor of comments: \u003Ca href=\"https:\u002F\u002Fgist.github.com\u002F3076698\" rel=\"nofollow ugc\">Gist: 3076698\u003C\u002Fa>.\u003Cbr \u002F>\nIf you want the Quicktags of this plugin to work on the Quickedit of comments as well, remove the \u003Ccode>.example\u003C\u002Fcode>-part of \u003Ccode>addquicktag_quickedit_comment.php.example\u003C\u002Fcode> filename. The file is a stand alone helper plugin for Add Quicktag. You’ll need to activate this file (plugin) separately in ‘Manage Plugins’.\u003C\u002Fp>\n\u003Ch4>Hook for custom buttons\u003C\u002Fh4>\n\u003Cp>It is possible to add custom buttons to the editor, if the plugin is active.\u003C\u002Fp>\n\u003Cp>The following example adds buttons. The params inside the array are the same as in the settings of the plugin.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>if ( class_exists( 'Add_Quicktag' ) ) :\nadd_filter( 'addquicktag_buttons', 'my_addquicktag_buttons' );\n\nfunction my_addquicktag_buttons( $buttons ) {\n\n    $buttons[] = array(\n        'text'          => 'Permalink',\n        'title'         => '',\n        'start'         => '[permalink]',\n        'end'           => '[\u002Fpermalink]',\n        'access'        => '',\n        'order'         => 1,\n        'visual'        => 1,\n        'post'          => 0,\n        'page'          => 1,\n        'comment'       => 0,\n        'edit-comments' => 0\n    );\n    $buttons[] = array(\n        'text'          => 'Button',\n        'title'         => '',\n        'start'         => '\u003Cspan class=\"border blue\">',\n        'end'           => '\u003C\u002Fspan>',\n        'access'        => '',\n        'order'         => 2,\n        'visual'        => 1,\n        'post'          => 0,\n        'page'          => 1,\n        'comment'       => 0,\n        'edit-comments' => 0\n    );\n    return $buttons;\n}\nendif;\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>License\u003C\u002Fh4>\n\u003Cp>Good news, this plugin is free for everyone! Since it’s released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you may consider to thank me and leave a \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Faddquicktag\u002Freviews\u002F#new-post\" rel=\"ugc\">positive review\u003C\u002Fa> for the time I’ve spent writing and supporting this plugin. And I really don’t want to know how many hours of my life this plugin has already eaten 😉\u003C\u002Fp>\n","This plugin makes it easy to add Quicktags to the html - and visual-editor.",100000,1385273,94,44,"2021-05-20T13:37:00.000Z","5.7.15","4.0",[54,19,55,56,22],"add-buttons","editor","quicktag","http:\u002F\u002Fbueltge.de\u002Fwp-addquicktags-de-plugin\u002F120\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Faddquicktag.2.6.1.zip",85,"2026-03-15T15:16:48.613Z",{"slug":62,"name":63,"version":64,"author":65,"author_profile":66,"description":67,"short_description":68,"active_installs":69,"downloaded":70,"rating":25,"num_ratings":14,"last_updated":71,"tested_up_to":72,"requires_at_least":73,"requires_php":15,"tags":74,"homepage":77,"download_link":78,"security_score":59,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":60},"tinymce-table","TinyMCE Table","1.0","Gary PEGEOT","https:\u002F\u002Fprofiles.wordpress.org\u002Fgary-pegeot\u002F","\u003Cp>Fr:\u003Cbr \u002F>\nAjoute la création et l’édition des tables à TinyMCE.\u003C\u002Fp>\n\u003Cp>Un bouton permettant de créer ou de modifier les tables existantes apparait dans l’éditeur.\u003C\u002Fp>\n\u003Cp>En:\u003Cbr \u002F>\nAllow you to create and\u002For modify tables through TinyMCE editor.\u003C\u002Fp>\n\u003Cp>** TinyMCE plugin version: 4.1.1\u003C\u002Fp>\n","Ajoute la création et l'édition des tables à TinyMCE",700,6016,"2014-07-17T11:48:00.000Z","3.9.40","3.9",[19,55,75,76,22],"table","tables","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Ftinymce-table\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftinymce-table.zip",{"slug":80,"name":81,"version":82,"author":83,"author_profile":84,"description":85,"short_description":86,"active_installs":69,"downloaded":87,"rating":88,"num_ratings":89,"last_updated":90,"tested_up_to":91,"requires_at_least":52,"requires_php":15,"tags":92,"homepage":97,"download_link":98,"security_score":59,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":60},"wp-lorem-ipsum","WP Lorem ipsum","3.2","Matteo Manna","https:\u002F\u002Fprofiles.wordpress.org\u002Fmatteomanna\u002F","\u003Cp>This plugin simplifies the life of WordPress users.\u003Cbr \u002F>\nNow users can automatically create new fake posts to fill the database. It’s possible select numbers of posts, post types, post status, post author and post thumbnail. Plugin available on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FMatteoManna\u002FWP-Lorem-Ipsum\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa>.\u003C\u002Fp>\n","WP Lorem ipsum automatically create new fake posts to fill the database and get a very good impression for your website.",25629,68,5,"2021-07-21T08:33:00.000Z","5.8.13",[93,21,94,95,96],"database","page","post","post-type","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-lorem-ipsum\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-lorem-ipsum.3.2.zip",{"slug":100,"name":101,"version":102,"author":103,"author_profile":104,"description":105,"short_description":106,"active_installs":107,"downloaded":108,"rating":25,"num_ratings":109,"last_updated":110,"tested_up_to":111,"requires_at_least":112,"requires_php":15,"tags":113,"homepage":117,"download_link":118,"security_score":59,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":60},"lorem-ipsum-block","Lorem Ipsum Block – Placeholders for everyone","2.1.0","eedee","https:\u002F\u002Fprofiles.wordpress.org\u002Feedee\u002F","\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FuAIjDCfDz2Q?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Cp>Just type \u003Ccode>lorem\u003C\u002Fcode> into an empty paragraph block and press \u003Ccode>return\u003C\u002Fcode> on your keyboard.\u003C\u002Fp>\n\u003Cp>Typing \u003Ccode>lorem\u003C\u002Fcode> will trigger the autocompleter. Then you can continue typing words, keywords, or parts of words from the listing below.\u003C\u002Fp>\n\u003Ch3>Available Keywords\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Paragraph\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Heading\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Heading2\u003C\u002Fstrong> (alias \u003Ccode>h2\u003C\u002Fcode>)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Heading3\u003C\u002Fstrong> (alias \u003Ccode>h3\u003C\u002Fcode>)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Heading4\u003C\u002Fstrong> (alias \u003Ccode>h4\u003C\u002Fcode>)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Examples\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>type \u003Ccode>lorem\u003C\u002Fcode> + press \u003Ccode>Return\u003C\u002Fcode> to insert a lorem ipsum paragraph\u003C\u002Fli>\n\u003Cli>type \u003Ccode>loremh\u003C\u002Fcode> + press \u003Ccode>Return\u003C\u002Fcode> to insert a lorem ipsum heading of default level 2\u003C\u002Fli>\n\u003Cli>type \u003Ccode>loremh3\u003C\u002Fcode> + press \u003Ccode>Return\u003C\u002Fcode> to insert a lorem ipsum heading of level 3\u003C\u002Fli>\n\u003Cli>type \u003Ccode>lorempara\u003C\u002Fcode> + press \u003Ccode>Return\u003C\u002Fcode> if you have too much finger power and want to insert a lorem ipsum paragraph\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Block\u003C\u002Fh3>\n\u003Cp>The plugin also adds a lorem ipsum block, which you can insert in your editor and then change the number of paragraphs you want to add.\u003C\u002Fp>\n\u003Ch3>Installation 🔧\u003C\u002Fh3>\n\u003Ch3>Minimum Requirements\u003C\u002Fh3>\n\u003Cp>You’ll need WordPress version 5.0 or higher for this to work. For versions below 5.0, you will need to use the Gutenberg plugin.\u003C\u002Fp>\n\u003Ch3>Quick and Fast\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Go to the Plugins Menu in WordPress\u003C\u002Fli>\n\u003Cli>Search for “Lorem Ipsum Block”\u003C\u002Fli>\n\u003Cli>Click “Install”\u003C\u002Fli>\n\u003Cli>Activate the Lorem Ipsum Block Plugin on your Plugins Menu\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Frequently Asked Questions ❓\u003C\u002Fh3>\n\u003Ch4>What is Gutenberg\u003C\u002Fh4>\n\u003Cp>To get the full experience of the next-generation WordPress block editor, you’ll need a Gutenberg-ready WordPress theme then install the Gutenberg WordPress plugin or simply update your site to WordPress 5.0. That’s it! 💥\u003C\u002Fp>\n\u003Ch3>Visit us 🔗\u003C\u002Fh3>\n\u003Cp>Visit us on \u003Ca href=\"https:\u002F\u002Feedee.net\" rel=\"nofollow ugc\">https:\u002F\u002Feedee.net\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Feedee\u002F#content-plugins\" rel=\"nofollow ugc\">Check out our other plugins\u003C\u002Fa>\u003C\u002Fp>\n","Rapidly prototype your posts and pages with lorem ipsum paragraphs and headings.",500,11358,4,"2020-03-19T10:11:00.000Z","5.4.0","5.0",[114,21,115,116],"blocks","placeholder","text","https:\u002F\u002Feedee.net\u002Fplugin-lorem-ipsum-block\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Florem-ipsum-block.zip",{"slug":120,"name":121,"version":122,"author":123,"author_profile":124,"description":125,"short_description":126,"active_installs":107,"downloaded":127,"rating":128,"num_ratings":11,"last_updated":129,"tested_up_to":72,"requires_at_least":73,"requires_php":15,"tags":130,"homepage":132,"download_link":133,"security_score":59,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":60},"wp-lorem-ipsum-generator","Lorem Ipsum Generator","0.3","jonnyvaughan","https:\u002F\u002Fprofiles.wordpress.org\u002Fjonnyvaughan\u002F","\u003Cp>Creates a button on your wysiwyg toolbars to add a configurable amount of Lorem Ipsum text to a post, page or any other custom post type.\u003C\u002Fp>\n\u003Ch4>Key Features\u003C\u002Fh4>\n\u003Cp>Can be used on any wysiwyg editor panel\u003Cbr \u002F>\nLets you enter how many words you\\’d like to generate\u003Cbr \u002F>\nRandomised paragraphs & sentences\u003C\u002Fp>\n","Creates a button on your wysiwyg toolbars to add a configurable amount of Lorem Ipsum text to a post, page or any other custom post type.",18961,90,"2014-07-23T10:37:00.000Z",[21,131],"lorem-ipsum-generator","http:\u002F\u002Fwww.github.com\u002Fjonnyvaughan\u002Florem-ipsum-generator","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-lorem-ipsum-generator.zip",{"attackSurface":135,"codeSignals":163,"taintFlows":170,"riskAssessment":171,"analyzedAt":174},{"hooks":136,"ajaxHandlers":159,"restRoutes":160,"shortcodes":161,"cronEvents":162,"entryPointCount":26,"unprotectedCount":26},[137,142,147,151,156],{"type":138,"name":139,"callback":140,"file":141,"line":14},"action","admin_head","srzfb_add_lorem_button","admin\\buttons\\lorem.php",{"type":143,"name":144,"callback":145,"file":141,"line":146},"filter","mce_external_plugins","srzfb_lorem_add_tinymce_plugin",16,{"type":143,"name":148,"callback":149,"file":141,"line":150},"mce_buttons","srzfb_lorem_register_button",17,{"type":138,"name":152,"callback":153,"priority":154,"file":141,"line":155},"admin_print_scripts-post-new.php","srizon_lorem_script",11,37,{"type":138,"name":157,"callback":153,"priority":154,"file":141,"line":158},"admin_print_scripts-post.php",38,[],[],[],[],{"dangerousFunctions":164,"sqlUsage":165,"outputEscaping":167,"fileOperations":26,"externalRequests":26,"nonceChecks":26,"capabilityChecks":14,"bundledLibraries":169},[],{"prepared":26,"raw":26,"locations":166},[],{"escaped":26,"rawEcho":26,"locations":168},[],[],[],{"summary":172,"deductions":173},"The static analysis of the srizon-lorem plugin version 1.0.0 reveals a strong security posture with no identified vulnerabilities in the analyzed code. The plugin demonstrates excellent security practices by having zero AJAX handlers, REST API routes, shortcodes, or cron events, effectively minimizing its attack surface. Furthermore, it shows a perfect record of using prepared statements for all SQL queries and properly escaping all output, along with no file operations or external HTTP requests. The absence of critical, high, or even medium\u002Flow severity vulnerabilities in its history reinforces this positive assessment, indicating a well-maintained and secure codebase. The plugin's reliance on capability checks for its functions is also a good practice, ensuring that sensitive operations are restricted to authorized users.\n\nWhile the plugin exhibits excellent security hygiene, it's important to note that the analysis identified zero taint flows and zero nonces. This could either mean the plugin is exceptionally secure or that the static analysis tools were unable to effectively trace data flows in this specific instance. A complete absence of identifiable data flows or potential sanitization issues in the analysis might warrant a closer manual inspection in a real-world scenario to ensure all potential injection vectors are truly covered. However, based solely on the provided data, the plugin is remarkably secure.\n\nIn conclusion, the srizon-lorem plugin v1.0.0 appears to be a highly secure option. Its minimal attack surface, robust use of prepared statements and output escaping, and clean vulnerability history are significant strengths. The lack of any identified vulnerabilities or concerning code signals is a testament to its good security design and implementation. The only minor area for potential further scrutiny would be a manual review of taint flows if automated analysis limitations are suspected, but this is not a deduction based on evidence in the provided data.",[],"2026-03-16T23:11:44.700Z",{"wat":176,"direct":184},{"assetPaths":177,"generatorPatterns":180,"scriptPaths":181,"versionParams":182},[178,179],"\u002Fwp-content\u002Fplugins\u002Fsrizon-lorem\u002Fresources\u002Fcss\u002Fbutton-lorem.css","\u002Fwp-content\u002Fplugins\u002Fsrizon-lorem\u002Fresources\u002Fjs\u002Fbutton-lorem.js",[],[179],[183],"srizon-lorem\u002Fresources\u002Fcss\u002Fbutton-lorem.css?ver=1.0",{"cssClasses":185,"htmlComments":186,"htmlAttributes":187,"restEndpoints":188,"jsGlobals":189,"shortcodeOutput":190},[],[],[],[],[],[]]