Plugin Check is a WordPress.org tool which provides checks to help plugins meet the directory requirements and follow various best practices.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
128
16 issue groups
Security
82
7 issue groups
I18n
39
1 issue group
Supply Chain
4
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$query_global".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$message'.
Sample message
Mismatched text domain. Expected 'plugin-check' but got 'wp-empty-theme'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "extract_since_version".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_plugin_check_ai_severity_threshold".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['line']
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['argv']. Check that the array index exists before using it.
Sample message
$_GET['line'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Function "wp_ai_client_prompt()" requires WordPress 7.0.0, but your plugin minimum supported version is WordPress 6.3.0.
Sample message
Code Obfuscation tools are not permitted. Detected: Zend Guard
Sample message
Plugin Updater detected. These are not permitted in WordPress.org hosted plugins. Detected: PucFactory::buildUpdateChecker
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Plugin Check (PCP)" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using copy(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Unescaped parameter $table used in $wpdb->query()
Sample message
Attempting a database schema change is discouraged.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_PLUGIN_CHECK_OBJECT_CACHE_DROPIN_VERSION".
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Not analyzed yet.
First score snapshot
v2.0.0
0
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 0 | 260 | 128 | 132 | v2.0.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.