An authentication framework that handles authorization/communication with most popular web services.
Prioritized issue groups from the latest Plugin Check scan
Security
357
10 issue groups
Maintainability
76
12 issue groups
Repo Compliance
3
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div style='border:solid 1px #000; padding: 5px; background: #eee;'>Keyring Warning: $str</div>"'.
Sample message
Detected usage of a non-sanitized input variable: $_ENV['CONTENT_TYPE']
Sample message
$_GET['code'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['password']. Check that the array index exists before using it.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MockOAuthDataStore".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized, non-validated input variable _REQUEST: "keyring_{$_REQUEST['service']}_{$_REQUEST['action']}"
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Expired timestamp, yours $timestamp, ours $now"'.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Function "wp_json_encode()" requires WordPress 4.1.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "pre_keyring_{$_REQUEST['service']}_{$_REQUEST['action']}".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Application files are not permitted.
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 6.2 < 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.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
Unexpected markdown file "release.md" detected in plugin root. Only specific markdown files are expected in production plugins.
Not analyzed yet.
First score snapshot
v3.0
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 436 | 233 | 203 | v3.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.