WP Health Check Security & Risk Analysis

wordpress.org/plugins/wp-health-check

WP Health Check scans your WordPress installation and reports any security issues with your site.

60 active installs v1.1 PHP + WP 3.0+ Updated Dec 15, 2013
checkhealthsecuresecurity
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Health Check Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The "wp-health-check" v1.1 plugin exhibits a strong security posture based on the provided static analysis and vulnerability history. The absence of any AJAX handlers, REST API routes, shortcodes, or cron events significantly limits its attack surface. Furthermore, the code signals indicate good practices such as the exclusive use of prepared statements for SQL queries and the presence of both nonce and capability checks, which are crucial for secure WordPress development. There are no indications of dangerous functions, file operations, or external HTTP requests that could introduce vulnerabilities.

The primary area of concern identified in the static analysis is the lack of output escaping for all identified output points. While the plugin appears to have a limited number of output operations (3 total), the fact that none are properly escaped presents a potential risk for cross-site scripting (XSS) vulnerabilities if any user-supplied data is reflected in the output without sanitization. The taint analysis shows no unsanitized flows, which is a positive indicator, suggesting that the plugin may not be directly handling untrusted input in ways that would typically lead to taint issues.

The plugin's vulnerability history is exceptionally clean, with no recorded CVEs of any severity. This indicates a history of secure development or diligent patching. In conclusion, "wp-health-check" v1.1 demonstrates a good understanding of secure coding practices, particularly in its approach to input handling and authentication. The only significant weakness identified is the universal lack of output escaping, which, although present in a limited context, warrants attention.

Key Concerns

  • 0% of outputs properly escaped
Vulnerabilities
None known

WP Health Check Security Vulnerabilities

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

WP Health Check Code Analysis

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

SQL Query Safety

100% prepared1 total queries

Output Escaping

0% escaped3 total outputs
Attack Surface

WP Health Check Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menuwp-health-check.php:54
Maintenance & Trust

WP Health Check Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedDec 15, 2013
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs60
Developer Profile

WP Health Check Developer Profile

brijeshk89

5 plugins · 2K total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
25 days
View full developer profile
Detection Fingerprints

How We Detect WP Health Check

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-health-check/wp-health-check.php
Version Parameters
wp-health-check/wp-health-check.php?ver=

HTML / DOM Fingerprints

Shortcode Output
<h2>WP Health Check Settings</h2>
FAQ

Frequently Asked Questions about WP Health Check