Hide wp-login.php file, prevent attacks on login form, hide login & increase security. No files are changed.
98
Score
3
Errors
12
Warnings
+0
Change
Category Scores
Security100
Repo94
Performance100
Maintainability92
Top Issues by Category
maintainability14
repo_compliance1
Issues Details
15 issues found in latest scan
WARNING11
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config".
ERROR2
missing_direct_file_access_protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFoundClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "wf_flyout".
ERROR1
plugin_header_no_licenseMissing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config". | 11 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "wf_flyout". | 1 |
| plugin_header_no_license | ERROR | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | 1 |
Latest Snapshot
Findings
15
Errors
3
Warnings
12
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.6
98
Latest
- Findings
- 15
- Errors
- 3
- Warnings
- 12
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 98 | 15 | 3 | 12 | v1.6 | 2.0.0 | 2026.06-mvp-static-v2 |