Debug Toggle Security & Risk Analysis

wordpress.org/plugins/debug-toggle

Manage WordPress debug settings from your dashboard. Toggle debug modes and prevent unauthorized changes.

0 active installs v1.7.8 PHP 5.6+ WP 5.2+ Updated Dec 1, 2025
debugdevelopmenttroubleshootingwp-config-php
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Debug Toggle Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 4mo ago
Risk Assessment

The 'debug-toggle' plugin version 1.7.8 exhibits a generally strong security posture based on the provided static analysis. The absence of AJAX handlers, REST API routes, and shortcodes significantly limits its attack surface. Furthermore, the code demonstrates good practices by exclusively using prepared statements for SQL queries, conducting nonces and capability checks, and making no external HTTP requests or file operations. The taint analysis also shows no identified flows with unsanitized paths, indicating a lack of critical or high-severity vulnerabilities in this area.

However, a notable concern is the low percentage (37%) of properly escaped output. This could potentially lead to cross-site scripting (XSS) vulnerabilities if user-provided data is not adequately sanitized before being displayed. While the plugin has no recorded vulnerability history, this lack of past issues should not breed complacency, especially given the output escaping deficiency. The presence of a cron event, while not explicitly detailed as a vulnerability, is an entry point that warrants attention to ensure its operations are secure and properly authenticated.

In conclusion, the plugin has strong foundational security with limited attack vectors and good data handling for SQL and external interactions. The primary area of weakness lies in output escaping. Addressing this deficiency should be a priority to mitigate potential XSS risks. The absence of historical vulnerabilities is positive, but the current code analysis reveals an area that requires improvement to achieve a robust security profile.

Key Concerns

  • Low percentage of properly escaped output
Vulnerabilities
None known

Debug Toggle Security Vulnerabilities

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

Debug Toggle Code Analysis

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

Output Escaping

37% escaped35 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
debug_toggle_handle_form_submission (debug_toggle.php:255)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Debug Toggle Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 8
actionplugins_loadeddebug_toggle.php:24
filtercron_schedulesdebug_toggle.php:38
actiondebug_toggle_scheduled_monitoringdebug_toggle.php:205
actionadmin_menudebug_toggle.php:222
actionadmin_bar_menudebug_toggle.php:463
actioninitdebug_toggle.php:466
actionadmin_initdebug_toggle.php:516
actionadmin_noticesdebug_toggle.php:544

Scheduled Events 1

debug_toggle_scheduled_monitoring
Maintenance & Trust

Debug Toggle Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedDec 1, 2025
PHP min version5.6
Downloads172

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Debug Toggle Developer Profile

webjive

1 plugin · 0 total installs

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

How We Detect Debug Toggle

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

Asset Fingerprints

Script Paths
/wp-content/plugins/debug-toggle/assets/js/debug-toggle.js
Version Parameters
debug-toggle/assets/js/debug-toggle.js?ver=debug-toggle/assets/css/debug-toggle.css?ver=

HTML / DOM Fingerprints

CSS Classes
debug-toggle-settings-wrap
HTML Comments
Debug Toggle Constants StartDebug Toggle Constants End
JS Globals
debugToggleSettings
FAQ

Frequently Asked Questions about Debug Toggle