Two-factor authentication, passkeys, social login, magic login, limit login attempts, file change scanning and audit logs for WordPress.
Prioritized issue groups from the latest Plugin Check scan
I18n
208
3 issue groups
Security
178
10 issue groups
Maintainability
162
12 issue groups
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
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "allow_password_reset".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
$_COOKIE['__fls_auth_client_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$1s, %2$2s", but got "%1s, %2s" in '%1s They belong to %2s people, so tell them first.'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['fs_intent_redirect']
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "SELECT 1 FROM $table LIMIT 1"
Sample message
Missing singular placeholder, needed for some languages. See https://codex.wordpress.org/I18n_for_WordPress_Developers#Plurals
Sample message
Unescaped parameter $table used in $wpdb->get_var()\n$table assigned unsafely at line 168.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$additional'.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$appPermission".
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Unescaped parameter $from used in $wpdb->get_col()\n$from assigned unsafely at line 189.
Sample message
Attempting a database schema change is discouraged.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The use of function set_time_limit() is discouraged
Sample message
var_export() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
111
External assets
1
Incoming endpoints
15
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v3.0.3
28
Latest
v3.0.2
28
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 565 | 277 | 288 | v3.0.3 | 2.1.0 |
| 28 | 560 | 276 | 284 | v3.0.2 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.