Take full control of user roles and capabilities in WordPress with an intuitive, powerful interface.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
69
4 issue groups
Maintainability
27
6 issue groups
I18n
6
1 issue group
Repo Compliance
1
1 issue group
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.56
- Category
- Security
- Occurrences
- 56
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "leira-roles-get-all-capabilities".10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "leira-roles-get-all-capabilities".
ERRORMaintainabilitywp function not compatible with requires wpFunction "wp_get_raw_referer()" requires WordPress 4.5.0, but your plugin minimum supported version is WordPress 4.1.0.9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- error
Sample message
Function "wp_get_raw_referer()" requires WordPress 4.5.0, but your plugin minimum supported version is WordPress 4.1.0.
ERRORI18nMissing Arg DomainMissing $domain parameter in function call to esc_html_e().6
- Category
- I18n
- Occurrences
- 6
- Severity
- error
Sample message
Missing $domain parameter in function call to esc_html_e().
WARNINGSecurityRequest data is not unslashed$_COOKIE[$this->cookie] not unslashed before sanitization. Use wp_unslash() or similar5
- Category
- Security
- Occurrences
- 5
- Severity
- warning
Sample message
$_COOKIE[$this->cookie] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_leira_roles".4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_leira_roles".
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$label'.4
- Category
- Security
- Occurrences
- 4
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$label'.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_COOKIE[$this->cookie]4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$this->cookie]
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORMaintainabilityallow unfiltered uploads detected`ALLOW_UNFILTERED_UPLOADS` is not permitted. Setting this constant to true will allow the user to upload any type of file (including PHP and other executables), creating serious potential security risks.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
`ALLOW_UNFILTERED_UPLOADS` is not permitted. Setting this constant to true will allow the user to upload any type of file (including PHP and other executables), creating serious potential security risks.
Show 2 moreShow less
ERRORMaintainabilityfive star reviews detected1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Linking directly to 5 stars reviews is not allowed.
ERRORRepo Complianceoutdated tested upto header1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Tested up to: 6.9 < 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
Not analyzed yet.
Score History
First score snapshot
v1.1.14
44
Latest
- Findings
- 103
- Errors
- 24
- Warnings
- 79
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 44 | 103 | 24 | 79 | v1.1.14 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.