Debug Bar Console Security & Risk Analysis

wordpress.org/plugins/debug-bar-console

Adds a PHP/SQL console to the Debug Bar. Requires the Debug Bar plugin.

1K active installs v0.3.1 PHP + WP 3.1+ Updated Oct 27, 2024
consoledebuggingdeveloper
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Debug Bar Console Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The "debug-bar-console" plugin version 0.3.1 exhibits a generally strong security posture based on the static analysis and vulnerability history. The plugin effectively utilizes prepared statements for its single SQL query and has a nonce check in place for its AJAX handler. There are no known vulnerabilities (CVEs) associated with this plugin, and the taint analysis revealed no critical or high severity unsanitized flows. This indicates a proactive approach to security by the developers.

However, there are areas for improvement. The most notable concern is the output escaping, where only 45% of outputs are properly escaped. This leaves a significant portion of data potentially vulnerable to Cross-Site Scripting (XSS) attacks if the data originates from an untrusted source or is not sanitized before reaching the output. While the attack surface is small and the single AJAX handler has a nonce check, the lack of capability checks on this entry point is also a minor concern, as it might allow unauthenticated users to trigger debug functionality, although the impact is likely limited given the nature of the plugin.

Overall, "debug-bar-console" v0.3.1 is a relatively safe plugin due to the absence of known vulnerabilities and good practices like prepared statements and nonce checks. The primary weakness lies in insufficient output escaping, which warrants attention. Future development should focus on ensuring all output is correctly escaped to mitigate potential XSS risks.

Key Concerns

  • Insufficient output escaping (45%)
  • Missing capability checks on AJAX handler
Vulnerabilities
None known

Debug Bar Console Security Vulnerabilities

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

Debug Bar Console Code Analysis

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

SQL Query Safety

100% prepared1 total queries

Output Escaping

45% escaped11 total outputs
Data Flows
All sanitized

Data Flow Analysis

1 flows
<class-debug-bar-console> (class-debug-bar-console.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Debug Bar Console Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_debug_bar_consoleclass-debug-bar-console.php:6
WordPress Hooks 2
filterdebug_bar_panelsdebug-bar-console.php:18
actiondebug_bar_enqueue_scriptsdebug-bar-console.php:25
Maintenance & Trust

Debug Bar Console Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedOct 27, 2024
PHP min version
Downloads212K

Community Trust

Rating100/100
Number of ratings5
Active installs1K
Developer Profile

Debug Bar Console Developer Profile

Drew Jaynes

7 plugins · 4K total installs

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

How We Detect Debug Bar Console

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-console/codemirror/lib/codemirror.css/wp-content/plugins/debug-bar-console/codemirror/debug-bar-codemirror.js/wp-content/plugins/debug-bar-console/css/debug-bar-console.css/wp-content/plugins/debug-bar-console/css/debug-bar-console.dev.css/wp-content/plugins/debug-bar-console/js/debug-bar-console.js/wp-content/plugins/debug-bar-console/js/debug-bar-console.dev.js
Script Paths
/wp-content/plugins/debug-bar-console/codemirror/debug-bar-codemirror.js/wp-content/plugins/debug-bar-console/js/debug-bar-console.js/wp-content/plugins/debug-bar-console/js/debug-bar-console.dev.js
Version Parameters
debug-bar-codemirror?ver=debug-bar-console?ver=debug-bar-codemirror.js?ver=debug-bar-console.js?ver=debug-bar-console.dev.css?ver=debug-bar-console.dev.js?ver=

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Debug Bar Console