WordPress security plugin: free 8G firewall/WAF, 50+ tests, vulnerability/core scanning, events logging, AI reports.
Prioritized issue groups from the latest Plugin Check scan
Security
243
12 issue groups
Maintainability
194
12 issue groups
I18n
67
1 issue group
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
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
Use placeholders and $wpdb->prepare(); found !==
Sample message
Detected usage of a non-sanitized input variable: $_POST['hash']
Sample message
$_POST['action_filter'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "authenticate".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $blocked_placeholders at "SELECT COUNT(*) FROM {$table} WHERE module = 'security_ninja' AND action IN ($blocked_placeholders) AND timestamp >= %s"
Sample message
Unescaped parameter $cols used in $wpdb->get_results()\n$cols assigned unsafely at line 158.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$href'.
Sample message
Processing form data without nonce verification.
Sample message
Function "current_datetime()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 4.7.0.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$blocked_today".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['draw']. Check that the array index exists before using it.
Sample message
Unescaped parameter $count_query used in $wpdb->get_var()\n$count_query assigned unsafely at line 597.
Sample message
Attempting a database schema change is discouraged.
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
The use of function set_time_limit() is discouraged
Sample message
The use of function proc_open() is forbidden
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHEPAGE".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Potential connections found in static code analysis.
Outbound calls
263
External assets
1
Incoming endpoints
36
wp_ajax
admin_post
admin_post
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
23 more hidden
7 score snapshots
v5.303
28
Latest
v5.302
28
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 520 | 160 | 360 | v5.303 | 2.1.0 |
| 28 | 540 | 163 | 377 | v5.302 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.