[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fM6NNzdCWKlsMEATLNMnAblBn4jmtQ1XjPNEHJsOR8DM":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":11,"num_ratings":11,"last_updated":13,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":17,"homepage":22,"download_link":23,"security_score":24,"vuln_count":11,"unpatched_count":11,"last_vuln_date":25,"fetched_at":26,"vulnerabilities":27,"developer":28,"crawl_stats":25,"alternatives":36,"analysis":132,"fingerprints":184},"beans-simple-shortcodes","Beans Simple Shortcodes","1.0","Jeff Cleverley","https:\u002F\u002Fprofiles.wordpress.org\u002Fdeftly\u002F","\u003Cp>A Plugin tool to aid theme development with the innovative, flexible, and incredibly powerful \u003Ca href=\"https:\u002F\u002Fwww.getbeans.io\u002F\" rel=\"nofollow ugc\">Beans\u003C\u002Fa> Framework.\u003C\u002Fp>\n\u003Cp>The Beans Simple Shortcodes plugin provides a library of Shortcodes to allow site owners to easily display information about their website, author and more.\u003C\u002Fp>\n\u003Cp>Shortcodes include:\u003C\u002Fp>\n\u003Cp>[beans_date_posted]\u003Cbr \u002F>\n[beans_date_updated]\u003Cbr \u002F>\n[beans_time_posted]\u003Cbr \u002F>\n[beans_time_updated]\u003Cbr \u002F>\n[beans_post_author]\u003Cbr \u002F>\n[beans_post_author_link]\u003Cbr \u002F>\n[beans_post_comments]\u003Cbr \u002F>\n[beans_post_tags]\u003Cbr \u002F>\n[beans_post_categories]\u003Cbr \u002F>\n[beans_post_terms]\u003Cbr \u002F>\n[beans_post_edit]\u003Cbr \u002F>\n[beans_copyright]\u003Cbr \u002F>\n[beans_childtheme_link]\u003Cbr \u002F>\n[beans_theme_link]\u003Cbr \u002F>\n[beans_wordpress_link]\u003Cbr \u002F>\n[beans_site_title]\u003Cbr \u002F>\n[beans_home_link]\u003Cbr \u002F>\n[beans_loginout]\u003C\u002Fp>\n\u003Cp>All Shortcodes:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Output HTML content using the Beans HTML API and include Beans Dynamic Hooks\u003C\u002Fli>\n\u003Cli>Include default attribute filters\u003C\u002Fli>\n\u003Cli>Include output filters\u003C\u002Fli>\n\u003Cli>Can be individually enabled or disabled to maintain leanness\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This plugin is under active development and will be updated to include Gutenblocks format soon. Please feel free to contribute at the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FJeffCleverley\u002FBeansSimpleShortcodes\" rel=\"nofollow ugc\">Beans Simple Shortcode Github page\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>The Beans logo and Beans name are being used with kind permission from the amazing people behind the Beans Framework.\u003C\u002Fp>\n","A useful companion tool for theme development with the Beans Framework. Provides a library of Shortcodes that can more easily display information abo &hellip;",0,1180,"","4.9.29","4.6","5.6",[18,19,20,21],"beans","beans-framework","beans-html-api","shortcodes","http:\u002F\u002Fgithub.com\u002FJeffCleverley\u002FBeansSimpleShortcodes","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbeans-simple-shortcodes.zip",100,null,"2026-03-15T10:48:56.248Z",[],{"slug":29,"display_name":7,"profile_url":8,"plugin_count":30,"total_installs":31,"avg_security_score":32,"avg_patch_time_days":33,"trust_score":34,"computed_at":35},"deftly",3,10,90,30,87,"2026-04-04T16:22:29.631Z",[37,52,65,87,111],{"slug":38,"name":39,"version":40,"author":7,"author_profile":8,"description":41,"short_description":42,"active_installs":31,"downloaded":43,"rating":11,"num_ratings":11,"last_updated":44,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":45,"homepage":48,"download_link":49,"security_score":50,"vuln_count":11,"unpatched_count":11,"last_vuln_date":25,"fetched_at":51},"beans-visual-hook-guide","Beans Visual Hook Guide","1.1.0","\u003Cp>A Plugin tool to aid theme development with the innovative, flexible, and incredibly powerful \u003Ca href=\"https:\u002F\u002Fwww.getbeans.io\u002F\" rel=\"nofollow ugc\">Beans\u003C\u002Fa> Framework.\u003C\u002Fp>\n\u003Cp>When enabled alongside Beans Development Mode, this plugin displays all possible Markup Action Hooks made available by the Beans HTML API.\u003C\u002Fp>\n\u003Cp>Beans is a dream to develop with, as all markup and attributes added using Beans are registered using a unique Markup ID which can be exposed by enabling the Beans Development Mode in settings.\u003C\u002Fp>\n\u003Cp>Once Development Mode is enabled, the Markup IDs are output in a data-markup-id tag in the front-end. The values of which can be used by the various \u003Ca href=\"https:\u002F\u002Fwww.getbeans.io\u002Fcode-reference\u002Fapi\u002F\" rel=\"nofollow ugc\">Beans APIs\u003C\u002Fa> to rapidly develop beautiful themes.\u003C\u002Fp>\n\u003Cp>Any markup added using Beans adds several \u003Ca href=\"https:\u002F\u002Fwww.getbeans.io\u002Fdocumentation\u002Fmarkup-and-attributes\u002F\" rel=\"nofollow ugc\">dynamic action hooks\u003C\u002Fa> both before and after it:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>{$markup_id}_before_markup, fires before the opening markup\n{$markup_id}_prepend_markup, fires after the opening markup\n{$markup_id}_append_markup, fires before the closing markup\n{$markup_id}_after_markup, fires after the closing markup.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>( _prepend_markup and _append_markup are not available for self-closed markup )\u003C\u002Fp>\n\u003Cp>In short, this means pretty much anything can be added anywhere on any page by adding actions to the available hooks.\u003C\u002Fp>\n\u003Cp>This plugin is intended as a companion tool to the Beans Development Mode and your Browser inspector. It displays all of the available hooks that have been created dynamically by the Beans HTML API, making it easy for Beans Themes Developers to visualise the appropriate hook to use.\u003C\u002Fp>\n\u003Cp>The Beans logo and Beans name are being used with kind permission from the amazing people behind the Beans Framework.\u003C\u002Fp>\n","A useful companion tool for theme development with the Beans Framework. Displays all possible Markup Action Hooks made available by the Beans HTML AP &hellip;",2256,"2018-07-20T13:38:00.000Z",[18,19,20,46,47],"development-tool","hooks","https:\u002F\u002Fgithub.com\u002FJeffCleverley\u002FBeans-Visual-Hook-Guide","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbeans-visual-hook-guide.zip",85,"2026-03-15T15:16:48.613Z",{"slug":53,"name":54,"version":6,"author":7,"author_profile":8,"description":55,"short_description":56,"active_installs":11,"downloaded":57,"rating":11,"num_ratings":11,"last_updated":58,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":59,"homepage":63,"download_link":64,"security_score":50,"vuln_count":11,"unpatched_count":11,"last_vuln_date":25,"fetched_at":51},"beans-simple-edits","Beans Simple Edits","\u003Cp>This plugin creates a new appearance settings page that allows you to modify the post-info (byline), post-meta, and footer area on any Beans theme.\u003C\u002Fp>\n\u003Cp>Using text, shortcodes, and HTML in the textboxes provided in the admin screen, these three commonly modified areas are easily editable, without having to learn PHP or write functions, filters, or mess with hooks.\u003C\u002Fp>\n\u003Cp>The plugin also allows you to easily modify the default split Beans footer, by either choosing to not display either the left or the right footer content areas, or by replacing them with a centralised content area.\u003C\u002Fp>\n\u003Cp>All modified and edited content is rendered using the Beans HTML API and includes Beans Dynamic Hooks.\u003C\u002Fp>\n\u003Cp>Beans Simple Edits works especially well in Conjunction with the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fbeans-simple-shortcodes\u002F\" rel=\"ugc\">Beans Simple Shortcodes plugin\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>This plugin is under active development, please feel free to contribute at the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FJeffCleverley\u002FBeansSimpleEdits\" rel=\"nofollow ugc\">Beans Simple Edits Github page\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>The Beans logo and Beans name are being used with kind permission from the amazing people behind the Beans Framework.\u003C\u002Fp>\n","A plugin to let you edit three of the most commonly modified areas in any Beans theme: the post-info (byline), the post-meta, and the footer area.",1165,"2018-07-05T10:27:00.000Z",[19,20,60,61,62],"footer","post-info","post-meta","http:\u002F\u002Fgithub.com\u002FJeffCleverley\u002FBeansSimpleEdits","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbeans-simple-edits.zip",{"slug":66,"name":67,"version":68,"author":69,"author_profile":70,"description":71,"short_description":72,"active_installs":73,"downloaded":74,"rating":75,"num_ratings":76,"last_updated":77,"tested_up_to":78,"requires_at_least":79,"requires_php":13,"tags":80,"homepage":85,"download_link":86,"security_score":50,"vuln_count":11,"unpatched_count":11,"last_vuln_date":25,"fetched_at":51},"column-shortcodes","Column Shortcodes","1.0.1","Tobias Schutter","https:\u002F\u002Fprofiles.wordpress.org\u002Ftschutter\u002F","\u003Cp>Adds shortcodes to easily create columns in your posts or pages.\u003C\u002Fp>\n\u003Cp>Sometimes you just need to divide your page into different columns. With this plugin you just select a column shortcode and it will add the column to the page. You can also change the padding of each individual column from the UI.\u003C\u002Fp>\n\u003Cp>There are 10 different column widths available from which you can make all combinations:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>full width (1\u002F1)\u003C\u002Fli>\n\u003Cli>half (1\u002F2)\u003C\u002Fli>\n\u003Cli>one third (1\u002F3)\u003C\u002Fli>\n\u003Cli>two third (2\u002F3)\u003C\u002Fli>\n\u003Cli>one fourth (1\u002F4)\u003C\u002Fli>\n\u003Cli>three fourth (3\u002F4)\u003C\u002Fli>\n\u003Cli>one fifth (1\u002F5)\u003C\u002Fli>\n\u003Cli>two fifth (2\u002F5)\u003C\u002Fli>\n\u003Cli>three fifth (3\u002F5)\u003C\u002Fli>\n\u003Cli>four fifth (4\u002F5)\u003C\u002Fli>\n\u003Cli>one sixth (1\u002F6)\u003C\u002Fli>\n\u003Cli>five sixth (5\u002F6)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>A preset stylesheet is included, which you can also overwrite to you liking in your theme’s stylesheet.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Related Links:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>http:\u002F\u002Fwww.codepresshq.com\u002F\u003C\u002Fli>\n\u003C\u002Ful>\n","Adds shortcodes to easily create columns in your posts or pages.",60000,893481,96,134,"2022-10-11T12:57:00.000Z","6.0.11","4.8",[81,82,83,84,21],"column","columns","divider","shortcode","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcolumn-shortcodes","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcolumn-shortcodes.1.0.1.zip",{"slug":88,"name":89,"version":90,"author":91,"author_profile":92,"description":93,"short_description":94,"active_installs":95,"downloaded":96,"rating":24,"num_ratings":97,"last_updated":98,"tested_up_to":99,"requires_at_least":100,"requires_php":101,"tags":102,"homepage":106,"download_link":107,"security_score":108,"vuln_count":109,"unpatched_count":11,"last_vuln_date":110,"fetched_at":51},"apollo13-framework-extensions","Apollo13 Framework Extensions","1.9.9","apollo13themes","https:\u002F\u002Fprofiles.wordpress.org\u002Fapollo13themes\u002F","\u003Cp>\u003Cstrong>Apollo13 Framework Extensions\u003C\u002Fstrong> adds few features to themes build on Apollo13 Framework. These are:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Designs Importer,\u003C\u002Fli>\n\u003Cli>shortcodes based on Apollo13 Framework features: writtng effect, count down, socials, scroller, slider, galleries, post grid,\u003C\u002Fli>\n\u003Cli>support for WPBakery Page Builder elements added by Apollo13 Framework,\u003C\u002Fli>\n\u003Cli>custom post types: albums, works & people,\u003C\u002Fli>\n\u003Cli>Export\u002FImport of theme options,\u003C\u002Fli>\n\u003Cli>Custom Sidebar,\u003C\u002Fli>\n\u003Cli>Custom CSS,\u003C\u002Fli>\n\u003Cli>Meta options that are creating content for posts, pages, albums and works,\u003C\u002Fli>\n\u003Cli>Responsive Image resizing ,\u003C\u002Fli>\n\u003Cli>Maintenance mode.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This plugin requires one of themes build on \u003Cstrong>Apollo13 Framework\u003C\u002Fstrong> theme to be installed.\u003C\u002Fp>\n\u003Cp>It is mostly used for:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fapollo13themes.com\u002Frife\u002Ffree\u002F\" rel=\"nofollow ugc\">Rife Free\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fapollo13themes.com\u002Frife\u002F\" rel=\"nofollow ugc\">Rife Pro\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Credits & Copyright\u003C\u002Fh3>\n\u003Ch4>Anime.js, Copyright 2019 Julian Garnier\u003C\u002Fh4>\n\u003Cp>Licenses: MIT\u003Cbr \u002F>\nSource: https:\u002F\u002Fanimejs.com\u002F\u003C\u002Fp>\n","Adds custom post types, shortcodes and some features that are used in themes built on Apollo13 Framework.",20000,534616,1,"2025-12-04T08:12:00.000Z","6.5.8","4.7","5.4.0",[103,104,21,105],"custom-post-types","elementor-widgets","wpbakery-page-builder-support","https:\u002F\u002Fapollo13themes.com\u002Frife\u002Ffree","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fapollo13-framework-extensions.zip",95,6,"2026-02-18 15:32:44",{"slug":112,"name":113,"version":114,"author":115,"author_profile":116,"description":117,"short_description":118,"active_installs":95,"downloaded":119,"rating":24,"num_ratings":97,"last_updated":120,"tested_up_to":121,"requires_at_least":122,"requires_php":13,"tags":123,"homepage":128,"download_link":129,"security_score":75,"vuln_count":130,"unpatched_count":11,"last_vuln_date":131,"fetched_at":51},"futurio-extra","Futurio Extra","2.0.23","FuturioWP","https:\u002F\u002Fprofiles.wordpress.org\u002Ffuturiowp\u002F","\u003Cp>Futurio Extra add extra features and options to \u003Ca href=\"https:\u002F\u002Ffuturiowp.com\u002F\" rel=\"nofollow ugc\">Futurio\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fthemes\u002Ffuturio-storefront\u002F\" rel=\"ugc\">Futurio Storefront\u003C\u002Fa> theme.\u003Cbr \u002F>\nThis plugin require the free WP theme – \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fthemes\u002Ffuturio\u002F\" rel=\"ugc\">Futurio\u003C\u002Fa> or \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fthemes\u002Ffuturio-storefront\u002F\" rel=\"ugc\">Futurio Storefront\u003C\u002Fa> – to be installed.\u003C\u002Fp>\n\u003Cp>Futurio Extra brings new widgets to be used in Elementor and allows you to import beautiful page templates for Elementor page builder. It also comes with 100% WooCommerce support and custom options. With the one click demo import feature you can import all our 10+ demo sites.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Features:\u003C\u002Fstrong>\u003Cbr \u002F>\n– One click demo import – import starter sites with one click. \u003Ca href=\"https:\u002F\u002Ffuturiowp.com\u002Fdemos\u002F\" rel=\"nofollow ugc\">Demos here\u003C\u002Fa>\u003Cbr \u002F>\n– Customizer options (Color presets, Google fonts, Layout desings…)\u003Cbr \u002F>\n– Page\u002Fpost custom options and features\u003Cbr \u002F>\n– Custom Elementor widgets and addons\u003Cbr \u002F>\n– Custom widgets (social icons, about me, recent & popular posts)\u003Cbr \u002F>\n– 100% WooCommerce support and custom WooCommerce options and features\u003Cbr \u002F>\n– Custom Elementor 404 page \u003Ca href=\"https:\u002F\u002Ffuturiowp.com\u002Fdocs\u002Ffuturio\u002Fcustomizer-settings\u002Ffooter-credits\u002F#custom-footer-with-elementor\" rel=\"nofollow ugc\">How to?\u003C\u002Fa>\u003Cbr \u002F>\n– Custom Elementor header \u003Ca href=\"https:\u002F\u002Ffuturiowp.com\u002Fdocs\u002Ffuturio\u002Fcustomizer-settings\u002Fcustom-header\u002F\" rel=\"nofollow ugc\">How to?\u003C\u002Fa>\u003Cbr \u002F>\n– Custom Elementor footer credits \u003Ca href=\"https:\u002F\u002Ffuturiowp.com\u002Fdocs\u002Ffuturio\u002Fcustomizer-settings\u002Fcustom-404-error-page\u002F\" rel=\"nofollow ugc\">How to?\u003C\u002Fa>\u003Cbr \u002F>\n– Custom Elementor blog feed builder \u003Ca href=\"https:\u002F\u002Ffuturiowp.com\u002Fdocs\u002Ffuturio\u002Fcustomizer-settings\u002Fcustom-404-error-page\u002F\" rel=\"nofollow ugc\">How to?\u003C\u002Fa>\u003Cbr \u002F>\n– And much more….\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Ffuturiowp.com\u002Fdocs\u002Ffuturio\u002F\" rel=\"nofollow ugc\">Documentation\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Page Builders Friend\u003C\u002Fh4>\n\u003Cp>Futurio & Futurio Extra is best friend with the popular pagebuilders like Elementor, Beaver Builder, King Composer, Brizy, Visual Composer, SiteOrigin, Divi or Gutenberg.\u003C\u002Fp>\n\u003Ch4>Custom look with Elementor\u003C\u002Fh4>\n\u003Cp>With Elementor you can design your header, footer, 404 error page or the blog page look\u003C\u002Fp>\n\u003Ch4>20+ free demos sites\u003C\u002Fh4>\n\u003Cp>20+ free demo websites ready to import are included. Importing is easy with a few clicks.\u003C\u002Fp>\n\u003Ch4>100% WooCommerce support\u003C\u002Fh4>\n\u003Cp>Extend the WooCommerce with new options and features. Import full WooCommerce demo websites with few clicks and be ready to start your new store in few minutes.\u003C\u002Fp>\n\u003Ch3>Credits & Copyright\u003C\u002Fh3>\n\u003Ch4>Typed.js, Copyright 2014 Matt Bold\u003C\u002Fh4>\n\u003Cp>Licenses: MIT\u003Cbr \u002F>\nSource: https:\u002F\u002Fgithub.com\u002Fmattboldt\u002Ftyped.js\u003C\u002Fp>\n\u003Ch4>Kirki, Copyright (c) 2017, Aristeides Stathopoulos\u003C\u002Fh4>\n\u003Cp>Licenses: MIT\u003Cbr \u002F>\nSource: https:\u002F\u002Fgithub.com\u002Faristath\u002Fkirki\u003C\u002Fp>\n\u003Ch4>Dilaz Metabox, by WebDilaz Team\u003C\u002Fh4>\n\u003Cp>Licenses: GPL-2.0+\u003Cbr \u002F>\nSource: https:\u002F\u002Fgithub.com\u002FRodgath\u002FDilaz-Metaboxes-Plugin\u003C\u002Fp>\n","Futurio Extra add extra features to Futurio theme like widgets, WooCommerce options, Elementor widgets, one click demo import and much more.",740491,"2026-03-05T07:31:00.000Z","6.9.4","4.4",[124,125,126,21,127],"demo","elementor","page-builder","woocommerce","https:\u002F\u002Ffuturiowp.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffuturio-extra.2.0.23.zip",7,"2024-12-02 00:00:00",{"attackSurface":133,"codeSignals":163,"taintFlows":174,"riskAssessment":175,"analyzedAt":183},{"hooks":134,"ajaxHandlers":159,"restRoutes":160,"shortcodes":161,"cronEvents":162,"entryPointCount":11,"unprotectedCount":11},[135,141,146,150,155],{"type":136,"name":137,"callback":138,"file":139,"line":140},"action","switch_theme","anonymous","plugin.php",36,{"type":136,"name":142,"callback":142,"priority":143,"file":144,"line":145},"admin_menu",150,"src\\class-beans-simple-shortcodes-admin.php",52,{"type":136,"name":147,"callback":148,"file":144,"line":149},"admin_init","closure",59,{"type":136,"name":151,"callback":152,"file":153,"line":154},"beans_after_init","instantiate","src\\class-beans-simple-shortcodes.php",77,{"type":136,"name":156,"callback":157,"file":153,"line":158},"plugins_loaded","init",130,[],[],[],[],{"dangerousFunctions":164,"sqlUsage":165,"outputEscaping":167,"fileOperations":11,"externalRequests":11,"nonceChecks":11,"capabilityChecks":97,"bundledLibraries":173},[],{"prepared":11,"raw":11,"locations":166},[],{"escaped":109,"rawEcho":97,"locations":168},[169],{"file":170,"line":171,"context":172},"src\\views\\admin-screen.php",11,"raw output",[],[],{"summary":176,"deductions":177},"The \"beans-simple-shortcodes\" plugin, version 1.0, exhibits a generally strong security posture based on the provided static analysis. The complete absence of exploitable entry points like AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the plugin's attack surface. Furthermore, the code demonstrates good practices by utilizing prepared statements for all SQL queries and performing proper output escaping on the vast majority of outputs.\n\nWhile the static analysis reveals no critical or high-severity taint flows, and there is no reported vulnerability history, there are minor areas for potential improvement. The presence of 0 nonce checks, combined with the fact that no AJAX handlers or REST API routes are present, means that if any such entry points were to be added in the future without proper nonce implementation, they could pose a security risk. Similarly, the single capability check, while present, is a minimal form of authorization and might not be sufficient depending on the plugin's functionality if it were more complex.\n\nIn conclusion, \"beans-simple-shortcodes\" v1.0 appears to be a secure plugin with a minimal attack surface and good coding practices. The lack of known vulnerabilities and the clean static analysis are positive indicators. The minor deduction is primarily for the absence of nonce checks, which is a standard security measure for potential future expansion, and the limited capability checks.",[178,181],{"reason":179,"points":180},"No nonce checks present",5,{"reason":182,"points":30},"Only one capability check","2026-03-17T05:49:24.514Z",{"wat":185,"direct":192},{"assetPaths":186,"generatorPatterns":189,"scriptPaths":190,"versionParams":191},[187,188],"\u002Fwp-content\u002Fplugins\u002Fbeans-simple-shortcodes\u002Fsrc\u002Fshortcodes\u002F","\u002Fwp-content\u002Fplugins\u002Fbeans-simple-shortcodes\u002Fsrc\u002Fviews\u002Fadmin-screen.php",[],[],[],{"cssClasses":193,"htmlComments":194,"htmlAttributes":195,"restEndpoints":197,"jsGlobals":198,"shortcodeOutput":199},[],[],[196],"beans_simple_shortcodes_settings",[],[],[200,201,202],"[beans_","beans_simple_shortcodes_","beans_simple_deactivate_"]