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
730
9 issue groups
Maintainability
721
11 issue groups
I18n
265
5 issue groups
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"'\n'.
Sample message
Mismatched text domain. Expected 'security-malware-firewall' but got 'cleantalk-spam-protect'.
Sample message
Processing form data without nonce verification.
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
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 1997.
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
Detected usage of a non-sanitized input variable: $_COOKIE[$name]
Sample message
Attempting a database schema change is discouraged.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Processing form data without nonce verification.
Sample message
The $text parameter must be a single text string literal. Found: $brand_name
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
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: fclose().
Potential connections found in static code analysis.
Outbound calls
182
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
9 score snapshots
v2.188
24
Latest
v2.187
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,889 | 1,081 | 808 | v2.188 | 2.1.0 |
| 24 | 1,880 | 1,072 | 808 | v2.187 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.