Issues to Review
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
ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: I18N_DOMAIN40
- Category
- I18n
- Occurrences
- 40
- Severity
- error
Sample message
The $domain parameter must be a single text string literal. Found: I18N_DOMAIN
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'.22
- Category
- Security
- Occurrences
- 22
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'.
ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.13
- Category
- Security
- Occurrences
- 13
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET['user_id']4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET['user_id']
WARNINGSecurityRequest data is not unslashed$_GET['user_id'] not unslashed before sanitization. Use wp_unslash() or similar4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
$_GET['user_id'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.3
- Category
- Security
- Occurrences
- 3
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORMaintainabilityOffloaded ContentOffloading images, js, css, and other scripts to your servers or any remote service is disallowed.2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- error
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.2
- Category
- Security
- Occurrences
- 2
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_POST['eud_fields']. Check that the array index exists before using it.1
- Category
- Security
- Occurrences
- 1
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['eud_fields']. Check that the array index exists before using it.
ERRORSecurityDeprecated function: attribute_escapeattribute_escape() has been deprecated since WordPress version 2.8.0. Use esc_attr() instead.1
- Category
- Security
- Occurrences
- 1
- Severity
- error
Sample message
attribute_escape() has been deprecated since WordPress version 2.8.0. Use esc_attr() instead.
Show 7 moreShow less
ERRORMaintainabilityDeprecated function: delete_usermeta1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
delete_usermeta() has been deprecated since WordPress version 3.0.0. Use delete_user_meta() instead.
WARNINGMaintainabilityDeprecated function: get_currentuserinfo1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
get_currentuserinfo() has been deprecated since WordPress version 4.5.0. Use wp_get_current_user() instead.
ERRORMaintainabilityDeprecated function: get_usermeta1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
get_usermeta() has been deprecated since WordPress version 3.0.0. Use get_user_meta() instead.
ERRORMaintainabilityDeprecated function: update_usermeta1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
update_usermeta() has been deprecated since WordPress version 3.0.0. Use update_user_meta() instead.
ERRORMaintainabilityDeprecated function: wp_specialchars1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
wp_specialchars() has been deprecated since WordPress version 2.8.0. Use esc_html() instead.
ERRORMaintainabilityMissing direct file access protection1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORRepo Complianceoutdated tested upto header1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
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.
External Connections
Potential connections found in static code analysis.
Outbound calls
6
External assets
1
Incoming endpoints
0
Notable Domains
External Asset Domains
Incoming Endpoints
No public endpoints detected.
Score History
First score snapshot
v0.5.3
41
Latest
- Findings
- 99
- Errors
- 84
- Warnings
- 15
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 99 | 84 | 15 | v0.5.3 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.