Prioritized issue groups from the latest Plugin Check scan
Maintainability
34
15 issue groups
Security
26
5 issue groups
Repo Compliance
2
2 issue groups
Sample message
$_GET["__kds_flag"] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Processing form data without nonce verification.
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
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_HOST']
Sample message
The use of function ini_set() is discouraged
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected production-time change to PHP error reporting: ini_set().
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$json'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The parameter "'orderby=count&hide_empty=0'" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
The "Plugin Name" header in the plugin file is not valid. It needs to contain at least 5 latin letters (a-Z) and/or numbers. This is necessary because the initial plugin slug is generated from the name.
Sample message
The readme short description contains unofficial language. It must be written in standard English.
Potential connections found in static code analysis.
Outbound calls
7
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
4 score snapshots
v2.8.1
53
Latest
v2.7.2
69
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 53 | 62 | 19 | 43 | v2.8.1 | 2.1.0 |
| 69 | 29 | 4 | 25 | v2.7.2 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.