Enable SVG uploads and sanitize them to stop XML/SVG vulnerabilities in your WordPress website.
98
Score
7
Errors
4
Warnings
+0
Change
Category Scores
Security100
Repo100
Performance100
Maintainability92
Top Issues by Category
maintainability7
Issues Details
11 issues found in latest scan
WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "image_size_names_choose".
ERROR3
missing_direct_file_access_protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNING1
missing_composer_json_fileThe "/vendor" directory using composer exists, but "composer.json" file is missing.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 4 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "image_size_names_choose". | 3 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 3 |
| missing_composer_json_file | WARNING | The "/vendor" directory using composer exists, but "composer.json" file is missing. | 1 |
Latest Snapshot
Findings
11
Errors
7
Warnings
4
Score History
First score snapshot
First scan completed Jun 19, 2026
v2.4.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 19, 2026
v2.4.0
98
Latest
- Findings
- 11
- Errors
- 7
- Warnings
- 4
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 19, 2026Latest | 98 | 11 | 7 | 4 | v2.4.0 | 2.0.0 | 2026.06-mvp-static-v2 |