DoDebug Security & Risk Analysis

wordpress.org/plugins/dodebug

Just one debug tool for developers.

0 active installs v1.1 PHP + WP 4.0+ Updated Sep 21, 2020
debug-tool
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is DoDebug Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The 'dodebug' plugin v1.1 exhibits a generally good security posture, with no recorded vulnerabilities and no detected critical or high-severity code issues. The static analysis reveals a small attack surface, with no exposed AJAX handlers, REST API routes, shortcodes, or cron events that lack authentication or permission checks. The plugin also exclusively uses prepared statements for SQL queries, which is a strong security practice. However, concerns arise from the output escaping, with only 26% of outputs being properly escaped. This indicates a potential for cross-site scripting (XSS) vulnerabilities, where untrusted data could be rendered directly in the browser without adequate sanitization. Additionally, the taint analysis identified one flow with an unsanitized path, which, although not classified as critical or high, warrants attention as it could be a precursor to a vulnerability if exploited in conjunction with other factors. The plugin's lack of a vulnerability history is a positive sign, suggesting a history of secure development, but the observed output escaping and unsanitized path issues highlight areas for improvement.

Key Concerns

  • Low percentage of properly escaped output
  • Flow with unsanitized path detected
Vulnerabilities
None known

DoDebug Security Vulnerabilities

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

DoDebug Code Analysis

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

Output Escaping

26% escaped42 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
redirect (src\router.cls.php:53)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

DoDebug Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actionadmin_menusrc\admin.cls.php:25
filterplugin_action_links_dodebug/dodebug.phpsrc\admin.cls.php:26
actionadmin_initsrc\admin.cls.php:27
actionplugins_loadedsrc\lang.cls.php:21
actionallsrc\log.cls.php:98
actionshutdownsrc\log.cls.php:110
actioninitsrc\router.cls.php:27
Maintenance & Trust

DoDebug Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedSep 21, 2020
PHP min version
Downloads955

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

DoDebug Developer Profile

WPDO

6 plugins · 8K total installs

73
trust score
Avg Security Score
91/100
Avg Patch Time
146 days
View full developer profile
Detection Fingerprints

How We Detect DoDebug

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

Asset Fingerprints

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

HTML / DOM Fingerprints

CSS Classes
dodebug-bar
HTML Comments
<!-- DoDebug v1.1 --><!-- DoDebug v1.1 - DO NOT MODIFY THIS FILE -->
Data Attributes
data-dodebug
JS Globals
dodebug
FAQ

Frequently Asked Questions about DoDebug