Security against brute force attacks by tracking IP, name, password; requiring very strong passwords. Idle timeout. Maintenance mode lockdown.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
139
12 issue groups
Security
125
9 issue groups
I18n
92
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"NOTICE: disable_logins = '$input' already. No action needed.\n"'.
Sample message
Use of a direct database call is discouraged.
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
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
The $domain parameter must be a single text string literal. Found: self::ID
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$bigger_file".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $lss
Sample message
Missing $domain parameter in function call to __().
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[AUTH_COOKIE]
Sample message
$_COOKIE[AUTH_COOKIE] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1\$5d, %2\$s, %3\$5d, %4\$s, %5\$5d, %6\$s", but got "%5d, %s, %5d, %s, %5d, %s" in "\nComponent Count Value from Current Attempt\n------------------------ ----- --------------------------------\nNetwork IP %5d %s\nUsername %5d %s\nPassword MD5 %5d %s\n".
Sample message
Unescaped parameter $days used in $wpdb->query()\n$days assigned unsafely at line 1079.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $days at \t\t\tWHERE date_failed < DATE_SUB(CURDATE(), INTERVAL '$days' DAY)"
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE[AUTH_COOKIE]. Check that the array index exists before using it.
Sample message
Attempting a database schema change is discouraged.
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().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Application files are not permitted.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_close.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_close.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Not analyzed yet.
First score snapshot
v0.56.0
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 370 | 216 | 154 | v0.56.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.