A reimagining of WordPress authentication using modern security practices.
Prioritized issue groups from the latest Plugin Check scan
Security
19
8 issue groups
Maintainability
15
5 issue groups
I18n
8
3 issue groups
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The $text parameter must be a single text string literal. Found: $role
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "check_password".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$details".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook_name".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST[$this->options->get_option_name('enforced_roles')]
Sample message
$_POST[$this->options->get_option_name('enforced_roles')] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to esc_attr_e().
Sample message
The $domain parameter must be a single text string literal. Found: $this->domain
Sample message
Sanitization missing for register_setting().
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$key'.
Sample message
Processing form data without nonce verification.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Tested up to: 6.8 < 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.
Not analyzed yet.
First score snapshot
v1.4.0
45
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 45 | 43 | 26 | 17 | v1.4.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.