Prioritized issue groups from the latest Plugin Check scan
Security
50
8 issue groups
I18n
40
1 issue group
Maintainability
8
7 issue groups
Repo Compliance
1
1 issue group
Sample message
The $domain parameter must be a single text string literal. Found: I18N_DOMAIN
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['user_id']
Sample message
$_GET['user_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['eud_fields']. Check that the array index exists before using it.
Sample message
attribute_escape() has been deprecated since WordPress version 2.8.0. Use esc_attr() instead.
Sample message
delete_usermeta() has been deprecated since WordPress version 3.0.0. Use delete_user_meta() instead.
Sample message
get_currentuserinfo() has been deprecated since WordPress version 4.5.0. Use wp_get_current_user() instead.
Sample message
get_usermeta() has been deprecated since WordPress version 3.0.0. Use get_user_meta() instead.
Sample message
update_usermeta() has been deprecated since WordPress version 3.0.0. Use update_user_meta() instead.
Sample message
wp_specialchars() has been deprecated since WordPress version 2.8.0. Use esc_html() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Tested up to: 6.6 < 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.
Potential connections found in static code analysis.
Outbound calls
6
External assets
1
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v0.5.3
41
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 99 | 84 | 15 | v0.5.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.