WordPress security plugin with free 8G firewall/WAF, 50+ security tests, vulnerability and core scanning, events logging, and AI-powered security repo …
Prioritized issue groups from the latest Plugin Check scan
Security
231
12 issue groups
Maintainability
192
11 issue groups
I18n
60
1 issue group
Supply Chain
2
1 issue group
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
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 placeholders and $wpdb->prepare(); found !==
Sample message
$_POST['action_filter'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_POST['hash']
Sample message
Processing form data without nonce verification.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "authenticate".
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 133.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$href'.
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
Processing form data without nonce verification.
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 426.
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
The use of function set_time_limit() is discouraged
Sample message
Replacement variables found, but no valid placeholders found in the query.
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
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Hidden files are not permitted.
Not analyzed yet.
First score snapshot
v5.289
29
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 29 | 496 | 149 | 347 | v5.289 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.