Protect WordPress from malware, hackers, brute-force attacks & suspicious traffic. Includes firewall, login security, 2FA & vulnerability checks.
Prioritized issue groups from the latest Plugin Check scan
Security
832
9 issue groups
Maintainability
709
11 issue groups
I18n
278
5 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"'\n'.
Sample message
Use placeholders and $wpdb->prepare(); found $amount
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Mismatched text domain. Expected 'security-malware-firewall' but got 'cleantalk-spam-protect'.
Sample message
A function call to __() 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
Processing form data without nonce verification.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Unescaped parameter $blog_id used in $wpdb->get_results()\n$blog_id assigned unsafely at line 2007.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$cloud_verdicts['error_message']'.
Sample message
$_COOKIE[$name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Sent: %d. Confirmed receiving of %d rows.'.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
The $text parameter must be a single text string literal. Found: $brand_name
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$name]
Sample message
Attempting a database schema change is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$affiliate_short_code".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Potential connections found in static code analysis.
Outbound calls
189
External assets
8
Incoming endpoints
70
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
58 more hidden
6 score snapshots
v2.185
23
Latest
v2.184
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,993 | 1,204 | 789 | v2.185 | 2.0.0 |
| 23 | 1,984 | 1,200 | 784 | v2.184 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.