Prioritized issue groups from the latest Plugin Check scan
Security
188
8 issue groups
Maintainability
29
5 issue groups
I18n
11
5 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_GET['consumer_key'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input type='hidden' name='$key' value='$value' />"'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['consumer_key']. Check that the array index exists before using it.
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
Detected usage of a non-sanitized input variable: $_GET['consumer_key']
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$host".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_mail_content_type".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_turbosmtp".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$body'.
Sample message
Missing $domain parameter in function call to _n().
Sample message
Mismatched text domain. Expected 'turbosmtp' but got "emailchef".
Sample message
A function call to _n() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
The $text parameter must be a single text string literal. Found: $_REQUEST['error']
Sample message
Missing singular placeholder, needed for some languages. See https://codex.wordpress.org/I18n_for_WordPress_Developers#Plurals
Potential connections found in static code analysis.
Outbound calls
44
External assets
0
Incoming endpoints
7
No external asset domains detected.
No public endpoints detected.
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v4.9.8
41
Latest
v4.9.7
40
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 228 | 113 | 115 | v4.9.8 | 2.0.0 |
| 40 | 226 | 114 | 112 | v4.9.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.