Code Quality Control Tool Security & Risk Analysis

wordpress.org/plugins/code-quality-control-tool

Plugin that allows you to see all PHP errors and helps you troubleshoot a misbehaving theme or plugin.

50 active installs v2.2 PHP + WP 3.0+ Updated Oct 28, 2025
code-analyzerdebugerror-handlingerror-logtools
99
A · Safe
CVEs total1
Unpatched0
Last CVEOct 10, 2025
Download
Safety Verdict

Is Code Quality Control Tool Safe to Use in 2026?

Generally Safe

Score 99/100

Code Quality Control Tool has a strong security track record. Known vulnerabilities have been patched promptly.

1 known CVELast CVE: Oct 10, 2025Updated 5mo ago
Risk Assessment

The 'code-quality-control-tool' v2.2 plugin exhibits a mixed security posture. On the positive side, static analysis reveals no direct attack surface exposed through AJAX, REST API, shortcodes, or cron events. The absence of dangerous functions, external HTTP requests, and raw SQL queries are also strong indicators of good coding practices. Taint analysis shows no critical or high severity flows, suggesting that user-supplied data is not being mishandled in a way that would lead to immediate compromise.

However, significant concerns arise from the low percentage of properly escaped output (10%). This indicates a high likelihood of cross-site scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into the site. The presence of a past medium-severity vulnerability related to exposure of sensitive information, even though currently patched, suggests a history of potential security oversights. While the plugin's attack surface is minimal, the lack of capability checks on the entry points it does have is a notable weakness that could be exploited if any new entry points are introduced or if existing ones are discovered.

In conclusion, while the plugin demonstrates strengths in areas like SQL handling and minimizing its attack surface, the substantial output escaping deficiency and the past vulnerability history warrant caution. The risk is moderate, primarily driven by the potential for XSS and the lingering possibility of undiscovered issues given the past security incident.

Key Concerns

  • Low output escaping percentage (10%)
  • Past medium vulnerability (Exposure of Sensitive Information)
  • No capability checks on entry points
Vulnerabilities
1

Code Quality Control Tool Security Vulnerabilities

CVEs by Year

1 CVE in 2025
2025
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2025-8484medium · 5.3Exposure of Sensitive Information to an Unauthorized Actor

Code Quality Control Tool <= 2.1 - Unauthenticated Information Exposure via Log Files

Oct 10, 2025 Patched in 2.2 (20d)
Code Analysis
Analyzed Mar 16, 2026

Code Quality Control Tool Code Analysis

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

Output Escaping

10% escaped30 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
cqctphp_page_settings (code-quality-control-tool.php:54)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Code Quality Control Tool Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_initcode-quality-control-tool.php:14
actionadmin_bar_menucode-quality-control-tool.php:22
actioninitcode-quality-control-tool.php:39
actionadmin_menucode-quality-control-tool.php:48
actionadmin_initcode-quality-control-tool.php:458
Maintenance & Trust

Code Quality Control Tool Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedOct 28, 2025
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs50
Developer Profile

Code Quality Control Tool Developer Profile

nickclarkweb

1 plugin · 50 total installs

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

How We Detect Code Quality Control Tool

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/code-quality-control-tool/css/style.css

HTML / DOM Fingerprints

CSS Classes
cqctphp-headercqctphp-cardcqctphp-info-blockcqctphp-info-itemnumcircgreennumcirccode-control-top-toolbar
Data Attributes
data-plugin-name="code-quality-control-tool"
FAQ

Frequently Asked Questions about Code Quality Control Tool