Easy add site-wide, category and article specific custom code before the closing and , or after opening tag.
Category Scores
Top Issues by Category
maintainability10
Issues Details
16 issues found in latest scan
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "HFC_FILE".
$_POST['auhfc'] not unslashed before sanitization. Use wp_unslash() or similar
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Detected usage of a non-sanitized input variable: $_POST['auhfc']
Detected usage of meta_key, possible slow query.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$output'.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "HFC_FILE". | 5 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['auhfc'] not unslashed before sanitization. Use wp_unslash() or similar | 3 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 2 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 2 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['auhfc'] | 2 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_key | WARNING | Detected usage of meta_key, possible slow query. | 1 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$output'. | 1 |
Latest Snapshot
Findings
16
Errors
1
Warnings
15
Score History
First score snapshot
First scan completed Jun 19, 2026
v1.5.7 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 19, 2026
v1.5.7
82
Latest
- Findings
- 16
- Errors
- 1
- Warnings
- 15
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 19, 2026Latest | 82 | 16 | 1 | 15 | v1.5.7 | 2.0.0 | 2026.06-mvp-static-v2 |