[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fi3GCjZkrSfA5jUA02SLnZnBzcokHekp3_-t39zyGzRY":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":18,"tags":19,"homepage":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":32,"crawl_stats":29,"alternatives":39,"analysis":141,"fingerprints":181},"debug-bar-remote-requests","Debug Bar Remote Requests","0.1.2","Matthew Boynes","https:\u002F\u002Fprofiles.wordpress.org\u002Fmboynes\u002F","\u003Cp>An add-on for the Debug Bar plugin that will log and profile remote requests made through the HTTP API. This plugin requires the Debug Bar Plugin.\u003C\u002Fp>\n\u003Cp>This plugin will add a “Remote Requests” panel to Debug Bar that will display the:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Request method (GET, POST, etc)\u003C\u002Fli>\n\u003Cli>URL\u003C\u002Fli>\n\u003Cli>Time per request\u003C\u002Fli>\n\u003Cli>Total time for all requests\u003C\u002Fli>\n\u003Cli>Total number of requests\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Optionally, you can add ?dbrr_full=1 to your URL to get additional information, including all request parameters and a full dump of the response with headers.\u003C\u002Fp>\n","An add-on for the Debug Bar plugin that will log and profile remote requests made through the HTTP API",20,25762,100,1,"2014-04-23T20:31:00.000Z","3.9.40","3.5","",[20,21,22,23,24],"api","debug","debug-bar","http-api","remote-requests","http:\u002F\u002Fgithub.com\u002Falleyinteractive.com\u002Fdebug-bar-remote-requests","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdebug-bar-remote-requests.0.1.2.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":33,"display_name":7,"profile_url":8,"plugin_count":34,"total_installs":35,"avg_security_score":27,"avg_patch_time_days":36,"trust_score":37,"computed_at":38},"mboynes",6,8130,30,84,"2026-04-03T23:21:09.357Z",[40,61,84,104,125],{"slug":41,"name":42,"version":43,"author":44,"author_profile":45,"description":46,"short_description":47,"active_installs":48,"downloaded":49,"rating":50,"num_ratings":51,"last_updated":52,"tested_up_to":53,"requires_at_least":54,"requires_php":55,"tags":56,"homepage":59,"download_link":60,"security_score":13,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"query-monitor","Query Monitor – The developer tools panel for WordPress","3.20.2","John Blackbourn","https:\u002F\u002Fprofiles.wordpress.org\u002Fjohnbillion\u002F","\u003Cp>Query Monitor is the developer tools panel for WordPress and WooCommerce. It enables debugging of database queries, PHP errors, hooks and actions, block editor blocks, enqueued scripts and stylesheets, HTTP API calls, and more.\u003C\u002Fp>\n\u003Cp>It includes some advanced features such as debugging of Ajax calls, REST API calls, user capability checks, and full support for block themes and full site editing. It includes the ability to narrow down much of its output by plugin or theme, allowing you to quickly determine poorly performing plugins, themes, or functions.\u003C\u002Fp>\n\u003Cp>Query Monitor focuses heavily on presenting its information in a useful manner, for example by showing aggregate database queries grouped by the plugins, themes, or functions that are responsible for them. It adds an admin toolbar menu showing an overview of the current page, with complete debugging information shown in panels once you select a menu item.\u003C\u002Fp>\n\u003Cp>Query Monitor supports versions of WordPress up to three years old, and PHP version 7.4 or higher.\u003C\u002Fp>\n\u003Cp>For complete information, please see \u003Ca href=\"https:\u002F\u002Fquerymonitor.com\u002F\" rel=\"nofollow ugc\">the Query Monitor website\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Here’s an overview of what’s shown for each page load:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Database queries, including notifications for slow, duplicate, or erroneous queries. Allows filtering by query type (\u003Ccode>SELECT\u003C\u002Fcode>, \u003Ccode>UPDATE\u003C\u002Fcode>, \u003Ccode>DELETE\u003C\u002Fcode>, etc), responsible component (plugin, theme, WordPress core), and calling function, and provides separate aggregate views for each.\u003C\u002Fli>\n\u003Cli>The template filename, the complete template hierarchy, and names of all template parts that were loaded or not loaded (for block themes and classic themes).\u003C\u002Fli>\n\u003Cli>PHP errors presented nicely along with their responsible component and call stack, and a visible warning in the admin toolbar.\u003C\u002Fli>\n\u003Cli>Usage of “Doing it Wrong” or “Deprecated” functionality in the code on your site.\u003C\u002Fli>\n\u003Cli>Blocks and associated properties within post content and within full site editing (FSE).\u003C\u002Fli>\n\u003Cli>Matched rewrite rules, associated query strings, and query vars.\u003C\u002Fli>\n\u003Cli>Enqueued scripts and stylesheets, along with their dependencies, dependents, and alerts for broken dependencies.\u003C\u002Fli>\n\u003Cli>Language settings and loaded translation files (MO files and JSON files) for each text domain.\u003C\u002Fli>\n\u003Cli>HTTP API requests, with response code, responsible component, and time taken, with alerts for failed or erroneous requests.\u003C\u002Fli>\n\u003Cli>User capability checks, along with the result and any parameters passed to the capability check.\u003C\u002Fli>\n\u003Cli>Environment information, including detailed information about PHP, the database, WordPress, and the web server.\u003C\u002Fli>\n\u003Cli>The values of all WordPress conditional functions such as \u003Ccode>is_single()\u003C\u002Fcode>, \u003Ccode>is_home()\u003C\u002Fcode>, etc.\u003C\u002Fli>\n\u003Cli>Transients that were updated.\u003C\u002Fli>\n\u003Cli>Usage of \u003Ccode>switch_to_blog()\u003C\u002Fcode> and \u003Ccode>restore_current_blog()\u003C\u002Fcode> on Multisite installations.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>In addition:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Whenever a redirect occurs, Query Monitor adds an HTTP header containing the call stack, so you can use your favourite HTTP inspector or browser developer tools to trace what triggered the redirect.\u003C\u002Fli>\n\u003Cli>The response from any jQuery-initiated Ajax request on the page will contain various debugging information in its headers. PHP errors also get output to the browser’s developer console.\u003C\u002Fli>\n\u003Cli>The response from an authenticated WordPress REST API request will contain an overview of performance information and PHP errors in its headers, as long as the authenticated user has permission to view Query Monitor’s output. An \u003Ca href=\"https:\u002F\u002Fdeveloper.wordpress.org\u002Frest-api\u002Fusing-the-rest-api\u002Fglobal-parameters\u002F#_envelope\" rel=\"nofollow ugc\">an enveloped REST API request\u003C\u002Fa> will include even more debugging information in the \u003Ccode>qm\u003C\u002Fcode> property of the response.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>By default, Query Monitor’s output is only shown to Administrators on single-site installations, and Super Admins on Multisite installations.\u003C\u002Fp>\n\u003Cp>In addition to this, you can set an authentication cookie which allows you to view Query Monitor output when you’re not logged in (or if you’re logged in as a non-Administrator). See the Settings panel for details.\u003C\u002Fp>\n\u003Ch3>Other Plugins\u003C\u002Fh3>\n\u003Cp>I maintain several other plugins for developers. Check them out:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fuser-switching\u002F\" rel=\"ugc\">User Switching\u003C\u002Fa> provides instant switching between user accounts in WordPress.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-crontrol\u002F\" rel=\"ugc\">WP Crontrol\u003C\u002Fa> lets you view and control what’s happening in the WP-Cron system\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Privacy Statement\u003C\u002Fh3>\n\u003Cp>Query Monitor is private by default and always will be. It does not persistently store any of the data that it collects. It does not send data to any third party, nor does it include any third party resources. \u003Ca href=\"https:\u002F\u002Fquerymonitor.com\u002Fprivacy\u002F\" rel=\"nofollow ugc\">Query Monitor’s full privacy statement can be found here\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Accessibility Statement\u003C\u002Fh3>\n\u003Cp>Query Monitor aims to be fully accessible to all of its users. \u003Ca href=\"https:\u002F\u002Fquerymonitor.com\u002Faccessibility\u002F\" rel=\"nofollow ugc\">Query Monitor’s full accessibility statement can be found here\u003C\u002Fa>.\u003C\u002Fp>\n","Query Monitor is the developer tools panel for WordPress and WooCommerce.",200000,19156533,98,463,"2025-12-11T22:16:00.000Z","6.9.4","6.1","7.4",[21,22,57,58,41],"development","performance","https:\u002F\u002Fquerymonitor.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.20.2.zip",{"slug":62,"name":63,"version":64,"author":65,"author_profile":66,"description":67,"short_description":68,"active_installs":69,"downloaded":70,"rating":71,"num_ratings":34,"last_updated":72,"tested_up_to":73,"requires_at_least":74,"requires_php":55,"tags":75,"homepage":79,"download_link":80,"security_score":81,"vuln_count":82,"unpatched_count":28,"last_vuln_date":83,"fetched_at":30},"wcfm-marketplace-rest-api","WCFM – Multivendor Marketplace REST API for WooCommerce","1.6.3","WC Lovers","https:\u002F\u002Fprofiles.wordpress.org\u002Fwclovers\u002F","\u003Cp>WooCommerce Multivendor Marketplace (WCFM Marketplace) – REST API will empower your marketplace site with the most powerful multi-vendor REST API, you will be able to get and send data to your marketplace from other mobile apps or websites using HTTP Rest API request.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>It’s an addon plugin for –\u003Cbr \u002F>\n  \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwc-multivendor-marketplace\u002F\" rel=\"ugc\">WooCommerce Multivendor Marketplace\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwclovers.com\u002Fblog\u002Fwoocommerce-multivendor-marketplace-wcfm-marketplace\u002F\" rel=\"nofollow ugc\">Know more about this …\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch4>👉 Product Rest API\u003C\u002Fh4>\n\u003Cp>\u002Fwp-json\u002Fwcfmmp\u002Fv1\u002Fproducts\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GET    – Product, Products\u003C\u002Fli>\n\u003Cli>POST   – Create Product\u003C\u002Fli>\n\u003Cli>DELETE – Delete Product\u003C\u002Fli>\n\u003Cli>PUT    – Edit Product\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>👉 Order Rest API\u003C\u002Fh4>\n\u003Cp>wp-json\u002Fwcfmmp\u002Fv1\u002Forders\u002F\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GET – Order, Orders\u003C\u002Fli>\n\u003Cli>PUT    – Edit Order Status\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>wp-json\u002Fwcfmmp\u002Fv1\u002Forders\u002Fnote\u002F=order_id=\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GET – Order Note\u003C\u002Fli>\n\u003Cli>PUT    – Change order note\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>👉 Restricted Capability Rest API\u003C\u002Fh4>\n\u003Cp>wp-json\u002Fwcfmmp\u002Fv1\u002Frestricted-capabilities\u002F\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GET – Restricted Capabilities\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>👉 Settings Rest API\u003C\u002Fh4>\n\u003Cp>wp-json\u002Fwcfmmp\u002Fv1\u002Fsettings\u002Femail\u002F=email_id=\u003Cbr \u002F>\nwp-json\u002Fwcfmmp\u002Fv1\u002Fsettings\u002Fid\u002F=vendor_id=\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GET – Vendor Settings\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>👉 Notifications Rest API\u003C\u002Fh4>\n\u003Cp>wp-json\u002Fwcfmmp\u002Fv1\u002Fnotifications\u002F\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GET – Notificatins\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>👉 Booking Rest API\u003C\u002Fh4>\n\u003Cp>wp-json\u002Fwcfmmp\u002Fv1\u002Fbookings\u002F\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GET – Booking, Bookings\u003C\u002Fli>\n\u003Cli>PUT   – Update Booking\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>wp-json\u002Fwcfmmp\u002Fv1\u002Fbookings\u002Fupdate-status\u002F==booking_id==\u003Cbr \u002F>\n* PUT   – Update Booking Status\u003C\u002Fp>\n\u003Ch4>👉 Get Vendor sales stats\u003C\u002Fh4>\n\u003Cp>wp-json\u002Fwcfmmp\u002Fv1\u002Fsales-stats\u002F\u003Cbr \u002F>\n* GET – Sales Stats\u003C\u002Fp>\n\u003Ch4>👉 Enquiry Rest API\u003C\u002Fh4>\n\u003Cp>\u002Fwp-json\u002Fwcfmmp\u002Fv1\u002Fenquiries\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GET    – Enquiry, Enquiries\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u002Fwp-json\u002Fwcfmmp\u002Fv1\u002Fenquiries\u002F==enquiry_id==\u002Freply\u003C\u002Fp>\n\u003Cul>\n\u003Cli>POST – Enquiry Reply\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>👉 Review Rest API\u003C\u002Fh4>\n\u003Cp>\u002Fwp-json\u002Fwcfmmp\u002Fv1\u002Freviews\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GET    – Reviews\u003C\u002Fli>\n\u003Cli>POST   – Approve Review\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u002Fwp-json\u002Fwcfmmp\u002Fv1\u002Fstore-vendors\u003Cbr \u002F>\n\u002Fwp-json\u002Fwcfmmp\u002Fv1\u002Fstore-vendors\u002F==vendor_id==\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GET    – Store Vendors List\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u002Fwp-json\u002Fwcfmmp\u002Fv1\u002Fstore-vendors\u002F==vendor_id==\u002Fproducts\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GET    – Store Vendors Product List\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u002Fwp-json\u002Fwcfmmp\u002Fv1\u002Fsupport\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GET    – Supports List\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>*** Delivery Boy API ***\u003C\u002Fp>\n\u003Cp>\u002Fwp-json\u002Fwcfmmp\u002Fv1\u002Fdeliveries\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GET    – Get Delivery List\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u002Fwp-json\u002Fwcfmmp\u002Fv1\u002Fdeliveries\u002F==delivery_id==\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GET    – Get Single Delivery\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u002Fwp-json\u002Fwcfmmp\u002Fv1\u002Fdeliveries\u002F==delivery_id==\u003C\u002Fp>\n\u003Cul>\n\u003Cli>POST    – Update Delivery Status\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>👉 \u003Ca href=\"https:\u002F\u002Fwclovers.github.io\u002Fwcfm-rest-api\u002F\" rel=\"nofollow ugc\">Detailed Documentation\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Feedback\u003C\u002Fh4>\n\u003Cp>All we want is love. We are extremely responsive about support requests – so if you face a problem or find any bugs, shoot us a mail or post it in the support forum, and we will respond within 6 hours(during business days). If you get the impulse to rate the plugin low because it is not working as it should, please do wait for our response because the root cause of the problem may be something else.\u003C\u002Fp>\n\u003Cp>It is extremely disheartening when trigger happy users downrate a plugin for no fault of the plugin.\u003C\u002Fp>\n\u003Cp>Really proud to serve and enhance \u003Ca href=\"http:\u002F\u002Fwoocommerce.com\" rel=\"nofollow ugc\">WooCommerce\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Be with us … Team \u003Ca href=\"https:\u002F\u002Fwclovers.com\" rel=\"nofollow ugc\">WC Lovers\u003C\u002Fa>\u003C\u002Fp>\n","REST API for the most featured and powerful multi vendor plugin for your WooCommerce Multi-vendor Marketplace.",1000,93981,90,"2025-04-06T06:14:00.000Z","6.7.5","4.4",[23,76,77,78],"remote-api","rest-api","woocommerce-marketplace-api","https:\u002F\u002Fwclovers.github.io\u002Fwcfm-rest-api\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwcfm-marketplace-rest-api.1.6.3.zip",99,2,"2025-03-21 17:52:03",{"slug":85,"name":86,"version":87,"author":88,"author_profile":89,"description":90,"short_description":91,"active_installs":92,"downloaded":93,"rating":13,"num_ratings":82,"last_updated":94,"tested_up_to":73,"requires_at_least":95,"requires_php":96,"tags":97,"homepage":100,"download_link":101,"security_score":102,"vuln_count":14,"unpatched_count":28,"last_vuln_date":103,"fetched_at":30},"debug-bar-elasticpress","ElasticPress Debugging Add-On","3.1.1","10up","https:\u002F\u002Fprofiles.wordpress.org\u002F10up\u002F","\u003Cp>Allows you to examine every ElasticPress query running on any given request by adding an \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Felasticpress\" rel=\"ugc\">ElasticPress\u003C\u002Fa> panel to \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fdebug-bar\u002F\" rel=\"ugc\">Debug Bar\u003C\u002Fa> and\u002For \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fquery-monitor\u002F\" rel=\"ugc\">Query Monitor\u003C\u002Fa> plugins.\u003C\u002Fp>\n\u003Cp>Alternatively, go to ElasticPress > Query Log and set it to record ElasticPress queries.\u003C\u002Fp>\n\u003Ch4>Requirements:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Felasticpress\" rel=\"ugc\">ElasticPress 4.4.0+\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fdebug-bar\u002F\" rel=\"ugc\">Debug Bar 1.0+\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>PHP 7.0+\u003C\u002Fli>\n\u003C\u002Ful>\n","Extends the Query Monitor and Debug Bar plugins for ElasticPress queries.",900,8476266,"2024-12-11T17:31:00.000Z","5.6","7.0",[21,22,98,99],"elasticpress","elasticsearch","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fdebug-bar-elasticpress","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdebug-bar-elasticpress.3.1.1.zip",91,"2022-08-16 00:00:00",{"slug":105,"name":106,"version":107,"author":108,"author_profile":109,"description":110,"short_description":111,"active_installs":112,"downloaded":113,"rating":13,"num_ratings":114,"last_updated":115,"tested_up_to":116,"requires_at_least":117,"requires_php":18,"tags":118,"homepage":122,"download_link":123,"security_score":124,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"debug-bar-rewrite-rules","Debug Bar Rewrite Rules","0.6.5","Oleg Butuzov","https:\u002F\u002Fprofiles.wordpress.org\u002Fbutuzov\u002F","\u003Cp>Debug Bar Rewrite Rules adds information about Rewrite Rules (changed via filters) to a new panel in the Debug Bar. This plugin is an extension for \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fdebug-bar\u002F\" rel=\"ugc\">Debug Bar\u003C\u002Fa>, but it is also can work in standalone mode (as admin tools page). Note: this plugin not able to track \u003Ccode>add_rewrite_rule\u003C\u002Fcode> function calls, for a reason this function is untraceable.\u003C\u002Fp>\n\u003Cp>Once installed, you will have access to the following information:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Number of existing rewrite rules\u003C\u002Fli>\n\u003Cli>List of rewrite rules\u003C\u002Fli>\n\u003Cli>List of available filter hooks that can affect rewrite rules.\u003C\u002Fli>\n\u003Cli>List of filters that affects rewrite rules.\u003C\u002Fli>\n\u003Cli>Ability to search in rules with highlighting matches.\u003C\u002Fli>\n\u003Cli>Ability to test url and see what rules can be applied to it.\u003C\u002Fli>\n\u003Cli>Ability to flush rules directly from debug bar panel\u002Ftools page.\u003C\u002Fli>\n\u003C\u002Ful>\n","Debug Bar Rewrite Rules adds a new panel to Debug Bar that displays information about WordPress Rewrites Rules (if used).",800,54106,5,"2024-07-06T08:11:00.000Z","6.5.8","3.4",[21,22,119,120,121],"permalinks","rewrite-rules","testing","https:\u002F\u002Fgithub.com\u002Fbutuzov\u002FDebug-Bar-Rewrite-Rules","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdebug-bar-rewrite-rules.0.6.5.zip",92,{"slug":126,"name":127,"version":128,"author":129,"author_profile":130,"description":131,"short_description":132,"active_installs":133,"downloaded":134,"rating":13,"num_ratings":135,"last_updated":136,"tested_up_to":53,"requires_at_least":54,"requires_php":55,"tags":137,"homepage":139,"download_link":140,"security_score":13,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"blackbar","Black Bar","4.1.4","Gemini Labs","https:\u002F\u002Fprofiles.wordpress.org\u002Fgeminilabs\u002F","\u003Cp>Black Bar is an unobtrusive Debug Bar for WordPress developers. It collects and displays errors, executed SQL queries, slow actions and hooks, theme templates, global variables, and provides a profiler.\u003C\u002Fp>\n\u003Cp>How it helps you with development:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Debug your code with the Console\u003C\u002Fli>\n\u003Cli>Inspect global variables (COOKIE, GET, POST, SERVER, SESSION, WP_Screen)\u003C\u002Fli>\n\u003Cli>Measure performance of your code with the Profiler\u003C\u002Fli>\n\u003Cli>View any PHP errors that occur when loading a page in the Console\u003C\u002Fli>\n\u003Cli>View executed MySQL queries along with execution time and backtrace\u003C\u002Fli>\n\u003Cli>View template files of the active theme in loaded order\u003C\u002Fli>\n\u003Cli>View the 50 slowest action and filter hooks along with callbacks ordered by priority\u003C\u002Fli>\n\u003C\u002Ful>\n","Black Bar is an unobtrusive Debug Bar for WordPress developers that attaches itself to the bottom of the browser window.",600,38607,9,"2025-12-01T22:51:00.000Z",[21,22,138,57],"debugbar","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fblackbar","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fblackbar.4.1.4.zip",{"attackSurface":142,"codeSignals":168,"taintFlows":176,"riskAssessment":177,"analyzedAt":180},{"hooks":143,"ajaxHandlers":164,"restRoutes":165,"shortcodes":166,"cronEvents":167,"entryPointCount":28,"unprotectedCount":28},[144,150,154,160],{"type":145,"name":146,"callback":147,"file":148,"line":149},"filter","debug_bar_panels","add_panel","debug-bar-remote-requests.php",52,{"type":145,"name":151,"callback":152,"priority":81,"file":148,"line":153},"pre_http_request","start",53,{"type":155,"name":156,"callback":157,"priority":158,"file":148,"line":159},"action","http_api_debug","end",10,54,{"type":155,"name":161,"callback":162,"file":148,"line":163},"plugins_loaded","Debug_Bar_Remote_Requests",122,[],[],[],[],{"dangerousFunctions":169,"sqlUsage":170,"outputEscaping":172,"fileOperations":28,"externalRequests":28,"nonceChecks":28,"capabilityChecks":28,"bundledLibraries":175},[],{"prepared":28,"raw":28,"locations":171},[],{"escaped":173,"rawEcho":28,"locations":174},22,[],[],[],{"summary":178,"deductions":179},"The \"debug-bar-remote-requests\" plugin version 0.1.2 exhibits an exceptionally strong security posture based on the provided static analysis and vulnerability history. The plugin demonstrates excellent adherence to secure coding practices, with a complete absence of dangerous functions, direct SQL queries (all are prepared), and all output is properly escaped.  Furthermore, there are no indications of file operations or external HTTP requests within the analyzed code, and importantly, the absence of critical code signals like missing nonce checks or capability checks on any identified entry points is a significant strength. The plugin also has no known vulnerabilities, CVEs, or historical security incidents, further bolstering its secure reputation.\n\nWhile the static analysis reports zero attack surface and zero taint flows, which are excellent indicators of security, it's worth noting that the total number of entry points is also zero. This could imply the plugin is purely informational or that its functionality is triggered indirectly. The lack of any recorded vulnerabilities or security incidents over time suggests consistent development attention to security or a very limited scope. The plugin's strengths lie in its clean codebase and lack of known historical issues. The primary area for consideration, although not a direct deduction from the data, is understanding the exact nature of its functionality given the zero attack surface, to ensure no implicit risks are overlooked.",[],"2026-03-16T22:45:44.091Z",{"wat":182,"direct":190},{"assetPaths":183,"generatorPatterns":185,"scriptPaths":186,"versionParams":187},[184],"\u002Fwp-content\u002Fplugins\u002Fdebug-bar-remote-requests\u002F",[],[],[188,189],"debug-bar-remote-requests\u002Fstyle.css?ver=","debug-bar-remote-requests\u002Fscript.js?ver=",{"cssClasses":191,"htmlComments":193,"htmlAttributes":194,"restEndpoints":196,"jsGlobals":197,"shortcodeOutput":198},[192],"debug-bar-remote-requests-panel",[],[195],"data-dbrr-log-item",[],[],[]]