XO Security is a plugin to enhance login related security.
94
Score
5
Errors
3
Warnings
+0
Change
Category Scores
Security92
Repo97
Performance100
Maintainability93
Top Issues by Category
maintainability5
Issues Details
8 issues found in latest scan
ERROR3
wp_function_not_compatible_with_requires_wpFunction "str_starts_with()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 4.9.0.
WARNING2
PluginCheck.Security.DirectDB.UnescapedDBParameterUnescaped parameter $where used in $wpdb->get_results()\n$orderby assigned unsafely at line 252.
ERROR2
missing_direct_file_access_protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNING1
plugin_header_nonexistent_domain_pathThe "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
| Code | Type | Message | Count |
|---|---|---|---|
| wp_function_not_compatible_with_requires_wp | ERROR | Function "str_starts_with()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 4.9.0. | 3 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $where used in $wpdb->get_results()\n$orderby assigned unsafely at line 252. | 2 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 2 |
| plugin_header_nonexistent_domain_path | WARNING | The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages" | 1 |
Latest Snapshot
Findings
8
Errors
5
Warnings
3
Score History
First score snapshot
First scan completed Jun 20, 2026
v3.10.9 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v3.10.9
94
Latest
- Findings
- 8
- Errors
- 5
- Warnings
- 3
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 94 | 8 | 5 | 3 | v3.10.9 | 2.0.0 | 2026.06-mvp-static-v2 |