Create your own admin color scheme, right in the WordPress admin under the Tools menu.
Prioritized issue groups from the latest Plugin Check scan
Security
158
8 issue groups
Maintainability
23
6 issue groups
Repo Compliance
4
4 issue groups
Supply Chain
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Function::$name: Required variable ($name) not given.\nFunction defined: "'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"/** DEBUG: $text, on line {$context->node->token->line} of {$context->node->token->filename} **/\n"'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['DOCUMENT_ROOT']
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['DOCUMENT_ROOT']. Check that the array index exists before using it.
Sample message
$_SERVER['DOCUMENT_ROOT'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
set_error_handler() found. Debug code should not normally be used in production.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
Hidden files are not permitted.
Sample message
The "Tested up to" header is missing in the readme file.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Sample message
The "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg"
Potential connections found in static code analysis.
Outbound calls
63
External assets
0
Incoming endpoints
2
No external asset domains detected.
No public endpoints detected.
admin_post
wp_ajax
First score snapshot
v1.1
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 186 | 166 | 20 | v1.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.
4k+ active installs
700 active installs