Improvements for responsive images in WordPress.
99
Score
1
Errors
2
Warnings
+0
Change
Category Scores
Security100
Repo97
Performance100
Maintainability97
Top Issues by Category
Issues Details
3 issues found in latest scan
WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFoundGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "IMAGE_AUTO_SIZES_VERSION".
ERROR1
missing_direct_file_access_protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNING1
readme_reserved_contributorsThe "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg"
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "IMAGE_AUTO_SIZES_VERSION". | 1 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 1 |
| readme_reserved_contributors | WARNING | The "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg" | 1 |
Latest Snapshot
Findings
3
Errors
1
Warnings
2
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.7.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.7.0
99
Latest
- Findings
- 3
- Errors
- 1
- Warnings
- 2
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 99 | 3 | 1 | 2 | v1.7.0 | 2.0.0 | 2026.06-mvp-static-v2 |