Complete Import & Export solution for Posts, Pages, Custom Post, Users, Taxonomies, Comments etc.
Category Scores
Top Issues by Category
maintainability825
security788
supply_chain9
Issues Details
1,717 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$RandomCompatCOMtest".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$bitmap doesn't appear to be a valid bitmap image.\n"'.
Processing form data without nonce verification.
Processing form data without nonce verification.
Detected usage of a non-sanitized input variable: $_FILES['local_file']['tmp_name']
$_GET['activeFile'] not unslashed before sanitization. Use wp_unslash() or similar
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Removed: {$pharName}\n"'.
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
unlink() is discouraged. Use wp_delete_file() to delete a file.
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "INTL_IDNA_VARIANT_2003".
Use placeholders and $wpdb->prepare(); found $contentQuery
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "RandomCompat_intval".
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Unescaped parameter $dateQuery used in $wpdb->get_var()\n$dateQuery assigned unsafely at line 222.
trigger_error() found. Debug code should not normally be used in production.
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Psr\Http\Message".
Detected usage of a possibly undefined superglobal array index: $_FILES['local_file']['tmp_name']. Check that the array index exists before using it.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$RandomCompatCOMtest". | 244 |
| WordPress.Security.EscapeOutput.ExceptionNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$bitmap doesn't appear to be a valid bitmap image.\n"'. | 227 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 112 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 108 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_FILES['local_file']['tmp_name'] | 107 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['activeFile'] not unslashed before sanitization. Use wp_unslash() or similar | 104 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 101 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 100 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 96 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Removed: {$pharName}\n"'. | 76 |
| WordPress.DateTime.RestrictedFunctions.date_date | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 61 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fwrite | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite(). | 43 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fclose | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose(). | 38 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fopen | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen(). | 31 |
| WordPress.WP.AlternativeFunctions.unlink_unlink | ERROR | unlink() is discouraged. Use wp_delete_file() to delete a file. | 28 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fread | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread(). | 27 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "INTL_IDNA_VARIANT_2003". | 18 |
| WordPress.DB.PreparedSQL.NotPrepared | ERROR | Use placeholders and $wpdb->prepare(); found $contentQuery | 17 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "RandomCompat_intval". | 16 |
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 15 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | ERROR | Unescaped parameter $dateQuery used in $wpdb->get_var()\n$dateQuery assigned unsafely at line 222. | 13 |
| WordPress.PHP.DevelopmentFunctions.error_log_trigger_error | WARNING | trigger_error() found. Debug code should not normally be used in production. | 12 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFound | WARNING | Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Psr\Http\Message". | 10 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_FILES['local_file']['tmp_name']. Check that the array index exists before using it. | 9 |
| hidden_files | ERROR | Hidden files are not permitted. | 9 |
Latest Snapshot
Findings
1,717
Errors
738
Warnings
979
Score History
First score snapshot
First scan completed Jun 20, 2026
v3.9.30 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v3.9.30
18
Latest
- Findings
- 1,717
- Errors
- 738
- Warnings
- 979
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 18 | 1,717 | 738 | 979 | v3.9.30 | 2.0.0 | 2026.06-mvp-static-v2 |