Debug Bar Shortcodes Security & Risk Analysis

wordpress.org/plugins/debug-bar-shortcodes

Debug Bar Shortcodes adds a new panel to the Debug Bar that displays the registered shortcodes for the current request.

40 active installs v2.0.3 PHP + WP 3.6+ Updated Apr 30, 2016
debug-bardebug-bar-shortcodesdebugbarshortcodes
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Debug Bar Shortcodes Safe to Use in 2026?

Generally Safe

Score 85/100

Debug Bar Shortcodes has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The "debug-bar-shortcodes" plugin version 2.0.3 exhibits a generally good security posture, largely due to its limited attack surface and adherence to several WordPress security best practices. The plugin has 2 AJAX entry points, both of which are protected by capability checks. All SQL queries are properly prepared, and a high percentage of outputs are correctly escaped, indicating developers are mindful of common web vulnerabilities. Furthermore, the absence of known CVEs and a clean vulnerability history suggest a mature and well-maintained codebase.

However, the static analysis did identify one "dangerous function," `create_function`. While the taint analysis shows no unsanitized flows, the use of `create_function` is discouraged in modern PHP due to potential security risks and performance implications, especially if user-controlled input were ever to be directly passed to it. The plugin also makes one external HTTP request, which, while not inherently insecure, represents a potential point of failure or attack vector if the external service is compromised or becomes unavailable. Despite these minor concerns, the overall security of the plugin appears robust.

Key Concerns

  • Use of create_function
Vulnerabilities
None known

Debug Bar Shortcodes Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Debug Bar Shortcodes Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
2 prepared
Unescaped Output
2
48 escaped
Nonce Checks
1
Capability Checks
2
File Operations
0
External Requests
1
Bundled Libraries
0

Dangerous Functions Found

create_functionadd_action( 'admin_notices', create_function( null, 'echo \'<div class="error"><p>\' . sprintf( __( debug-bar-shortcodes.php:41

SQL Query Safety

100% prepared2 total queries

Output Escaping

96% escaped50 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
debug_bar_shortcodes_do_ajax (debug-bar-shortcodes.php:119)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Debug Bar Shortcodes Attack Surface

Entry Points2
Unprotected0

AJAX Handlers 2

authwp_ajax_debug-bar-shortcodes-finddebug-bar-shortcodes.php:169
authwp_ajax_debug-bar-shortcodes-retrievedebug-bar-shortcodes.php:170
WordPress Hooks 5
actionwp_enqueue_scriptsclass-debug-bar-shortcodes.php:47
actionadmin_enqueue_scriptsclass-debug-bar-shortcodes.php:48
actionadmin_noticesdebug-bar-shortcodes.php:41
actionadmin_initdebug-bar-shortcodes.php:50
filterdebug_bar_panelsdebug-bar-shortcodes.php:110
Maintenance & Trust

Debug Bar Shortcodes Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedApr 30, 2016
PHP min version
Downloads26K

Community Trust

Rating100/100
Number of ratings3
Active installs40
Developer Profile

Debug Bar Shortcodes Developer Profile

Juliette Reinders Folmer

9 plugins · 210 total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Debug Bar Shortcodes

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/debug-bar-shortcodes/css/debug-bar-shortcodes.css/wp-content/plugins/debug-bar-shortcodes/js/debug-bar-shortcodes.js
Script Paths
/wp-content/plugins/debug-bar-shortcodes/js/debug-bar-shortcodes.js
Version Parameters
debug-bar-shortcodes/css/debug-bar-shortcodes.css?ver=debug-bar-shortcodes/js/debug-bar-shortcodes.js?ver=

HTML / DOM Fingerprints

CSS Classes
debug-bar-shortcodesdbs-shortcode-namedbs-shortcode-info
Data Attributes
data-dbs-shortcode-namedata-dbs-shortcode-regex
JS Globals
debug_bar_shortcodes_ajax_objectdebug_bar_shortcodes_ajax_url
Shortcode Output
<div class="dbs-shortcode-name">Shortcode Name:</div><div class="dbs-shortcode-info">Shortcode Info:</div>
FAQ

Frequently Asked Questions about Debug Bar Shortcodes