PAS Debug Log Manager Security & Risk Analysis

wordpress.org/plugins/pas-debug-log-manager

A simple WordPress plugin that allows users to view and manage the WordPress debug log. Provides options to clear the log, toggle debug logging, and d …

0 active installs v1.0.03 PHP + WP 5.0+ Updated Oct 21, 2024
debugdeveloper-toolserror-loglog
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is PAS Debug Log Manager Safe to Use in 2026?

Generally Safe

Score 92/100

PAS Debug Log Manager 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 "pas-debug-log-manager" plugin v1.0.03 exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries and implementing nonce and capability checks where expected. The absence of known vulnerabilities in its history is also a strong indicator of responsible development or a lack of public exploitation.

However, a significant concern arises from the presence of one unprotected AJAX handler, which represents a direct attack vector. While the taint analysis did not reveal critical or high-severity unsanitized paths, the identified flow with unsanitized paths, combined with the unprotected AJAX handler, warrants caution. The plugin also has half of its output operations not properly escaped, which could lead to cross-site scripting (XSS) vulnerabilities if malicious input reaches these points without proper sanitization. The presence of file operations, while not inherently insecure, can be a risk if not handled carefully.

Overall, the plugin has some robust security features, but the unprotected AJAX endpoint and the partially unescaped output introduce notable risks. The clean vulnerability history is reassuring, but it doesn't negate the immediate risks identified in the static analysis. Vigilance regarding the unprotected entry point and output escaping is recommended.

Key Concerns

  • Unprotected AJAX handler
  • Half of output operations unescaped
  • Flow with unsanitized paths identified
Vulnerabilities
None known

PAS Debug Log Manager Security Vulnerabilities

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

PAS Debug Log Manager Code Analysis

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

Output Escaping

50% escaped10 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
pas_dlm_ajax_refresh_debug_log (pas-debug-log-manager.php:252)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

PAS Debug Log Manager Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_pas_dlm_refresh_debug_logpas-debug-log-manager.php:250
WordPress Hooks 2
actionadmin_menupas-debug-log-manager.php:247
actionadmin_enqueue_scriptspas-debug-log-manager.php:310
Maintenance & Trust

PAS Debug Log Manager Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedOct 21, 2024
PHP min version
Downloads818

Community Trust

Rating100/100
Number of ratings1
Active installs0
Developer Profile

PAS Debug Log Manager Developer Profile

azeezsaleem

1 plugin · 0 total installs

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

How We Detect PAS Debug Log Manager

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/pas-debug-log-manager/css/style.css/wp-content/plugins/pas-debug-log-manager/js/pas-dlm-script.js
Script Paths
/wp-content/plugins/pas-debug-log-manager/js/pas-dlm-script.js
Version Parameters
pas-debug-log-manager/css/style.css?ver=pas-debug-log-manager/js/pas-dlm-script.js?ver=

HTML / DOM Fingerprints

CSS Classes
pas-dlm-log-content
Data Attributes
id="auto-refresh"id="refresh-interval"id="refresh-status"id="line-count"id="debug-log-content"
JS Globals
window.PAS_DLM_AJAX_URL
FAQ

Frequently Asked Questions about PAS Debug Log Manager