Prioritized issue groups from the latest Plugin Check scan
Security
81
10 issue groups
Maintainability
56
9 issue groups
I18n
26
3 issue groups
Repo Compliance
3
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$err_message"'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$key} at "{$key} = %s"
Sample message
The $domain parameter must be a single text string literal. Found: self::TEXT_DOMAIN
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
Unescaped parameter $this->post_types used in $wpdb->get_results()
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 152.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
The $text parameter must be a single text string literal. Found: $this->plugin_name
Sample message
Attempting a database schema change is discouraged.
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
screen_icon() has been deprecated since WordPress version 3.8.0.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_HOST']
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
Sample message
$_SERVER['HTTP_HOST'] 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: mkdir().
Sample message
The parameter "$deprecated" at position #2 of is_email() has been deprecated since WordPress version 3.0.0. Instead do not pass the parameter.
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
Missing $domain parameter in function call to __().
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 4.5 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
3
External assets
0
Incoming endpoints
3
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v0.4.5
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 167 | 88 | 79 | v0.4.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.