Speed up your WordPress site with a persistent object cache, powered by OPcache. An efficient alternative to Redis and Memcached.
Category Scores
Top Issues by Category
security428
maintainability334
Issues Details
814 issues found in latest scan
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$act'.
Processing form data without nonce verification.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$DOCKET_CACHE_CODESTUB_FALSE".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "docketcache/action/cleanuppost".
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
unlink() is discouraged. Use wp_delete_file() to delete a file.
Detected usage of a non-sanitized input variable: $_FILES['dcimportfile']
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Processing form data without nonce verification.
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wp_cache_add".
Function "wp_cache_flush_group()" requires WordPress 6.1.0, but your plugin minimum supported version is WordPress 5.4.0.
Unescaped parameter $key used in $wpdb->query()\n$key assigned unsafely at line 258.
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Missing $domain parameter in function call to esc_html__().
The $text parameter must be a single text string literal. Found: _n('%1$s memory of %2$s file', '%1$s memory of %2$s files', $opcache->dcfiles, 'docket-cache')
Use placeholders and $wpdb->prepare(); found interpolated variable {$key} at "DELETE FROM `{$wpdb->options}` WHERE `option_name`='_site_transient_timeout_{$key}'"
var_export() found. Debug code should not normally be used in production.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DISABLE_NAG_NOTICES".
Detected usage of a possibly undefined superglobal array index: $_GET['vcache']. Check that the array index exists before using it.
The use of function set_time_limit() is discouraged
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().
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$act'. | 173 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 95 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$DOCKET_CACHE_CODESTUB_FALSE". | 86 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "docketcache/action/cleanuppost". | 64 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar | 59 |
| WordPress.WP.AlternativeFunctions.unlink_unlink | ERROR | unlink() is discouraged. Use wp_delete_file() to delete a file. | 40 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_FILES['dcimportfile'] | 39 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 33 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 31 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 22 |
| WordPress.WP.AlternativeFunctions.file_system_operations_is_writable | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable(). | 20 |
| WordPress.DB.PreparedSQL.NotPrepared | ERROR | Use placeholders and $wpdb->prepare(); found $dbname | 17 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wp_cache_add". | 16 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_cache_flush_group()" requires WordPress 6.1.0, but your plugin minimum supported version is WordPress 5.4.0. | 14 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | ERROR | Unescaped parameter $key used in $wpdb->query()\n$key assigned unsafely at line 258. | 13 |
| 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. | 12 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to esc_html__(). | 10 |
| WordPress.WP.I18n.NonSingularStringLiteralText | ERROR | The $text parameter must be a single text string literal. Found: _n('%1$s memory of %2$s file', '%1$s memory of %2$s files', $opcache->dcfiles, 'docket-cache') | 10 |
| WordPress.DB.PreparedSQL.InterpolatedNotPrepared | WARNING | Use placeholders and $wpdb->prepare(); found interpolated variable {$key} at "DELETE FROM `{$wpdb->options}` WHERE `option_name`='_site_transient_timeout_{$key}'" | 6 |
| WordPress.PHP.DevelopmentFunctions.error_log_var_export | WARNING | var_export() found. Debug code should not normally be used in production. | 5 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DISABLE_NAG_NOTICES". | 4 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_GET['vcache']. Check that the array index exists before using it. | 4 |
| Squiz.PHP.DiscouragedFunctions.Discouraged | WARNING | The use of function set_time_limit() is discouraged | 3 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fclose | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose(). | 3 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fopen | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen(). | 3 |
Latest Snapshot
Findings
814
Errors
333
Warnings
481
Score History
First score snapshot
First scan completed Jun 20, 2026
v26.04.04 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v26.04.04
25
Latest
- Findings
- 814
- Errors
- 333
- Warnings
- 481
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 25 | 814 | 333 | 481 | v26.04.04 | 2.0.0 | 2026.06-mvp-static-v2 |