Debug Bar Actions and Filters Addon Security & Risk Analysis

wordpress.org/plugins/debug-bar-actions-and-filters-addon

Displays all the hooks( Actions and Filters ) for the current request in Debug Bar panel.

500 active installs v1.5.5 PHP 5.2.4+ WP 3.3+ Updated Jun 15, 2022
actionsdebug-bardebug-bar-actions-displaydebug-bar-filters-displayfilters
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Debug Bar Actions and Filters Addon Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 3yr ago
Risk Assessment

The 'debug-bar-actions-and-filters-addon' v1.5.5 exhibits a strong security posture in several key areas. The absence of any recorded CVEs and a clean vulnerability history suggest a history of responsible development and timely patching. The static analysis reveals a commendable lack of attack surface, with no AJAX handlers, REST API routes, shortcodes, or cron events exposed without proper authentication or permission checks. Furthermore, all identified SQL queries utilize prepared statements, and the majority of output is properly escaped, mitigating common injection risks. The plugin also demonstrates good practice by avoiding file operations and external HTTP requests.

However, the presence of the `create_function` function, which is deprecated and can lead to code execution vulnerabilities if not handled with extreme care, represents a significant concern. While the taint analysis shows no unsanitized paths, the potential for `create_function` to be misused remains. The lack of nonce checks on any potential entry points, though currently not exposed, could become a weakness if future development introduces new handlers without this security measure. The single capability check is positive, but the overall lack of other security checks (like nonces) on what could be considered an extended attack surface (even if currently protected) warrants attention.

In conclusion, while the plugin has a solid foundation with a clean history and well-protected entry points, the inclusion of `create_function` is a notable security risk that needs to be addressed. The absence of nonce checks on potentially interactive elements, even if currently unexploited, is also a minor weakness. Addressing these specific points would further enhance the plugin's security.

Key Concerns

  • Presence of deprecated and potentially dangerous create_function
  • Zero nonce checks on potential entry points
Vulnerabilities
None known

Debug Bar Actions and Filters Addon Security Vulnerabilities

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

Debug Bar Actions and Filters Addon Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'admin_notices', create_function( null, 'echo \'<div class="error"><p>\' . sprintf( __( debug-bar-action-and-filters-addon.php:33

Output Escaping

90% escaped10 total outputs
Attack Surface

Debug Bar Actions and Filters Addon Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionwp_enqueue_scriptsclass-debug-bar-action-and-filters-addon.php:28
actionadmin_enqueue_scriptsclass-debug-bar-action-and-filters-addon.php:29
actionadmin_noticesdebug-bar-action-and-filters-addon.php:33
actionadmin_initdebug-bar-action-and-filters-addon.php:52
filterdebug_bar_panelsdebug-bar-action-and-filters-addon.php:73
Maintenance & Trust

Debug Bar Actions and Filters Addon Maintenance & Trust

Maintenance Signals

WordPress version tested6.0.11
Last updatedJun 15, 2022
PHP min version5.2.4
Downloads137K

Community Trust

Rating90/100
Number of ratings8
Active installs500
Developer Profile

Debug Bar Actions and Filters Addon Developer Profile

Subharanjan

2 plugins · 510 total installs

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

How We Detect Debug Bar Actions and Filters Addon

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-actions-and-filters-addon/debug-bar-action-and-filters-addon.php

HTML / DOM Fingerprints

CSS Classes
debug-bar-tabledebug-bar-actions-filters
FAQ

Frequently Asked Questions about Debug Bar Actions and Filters Addon