WordPress multi-level security scanner detecting malware, 0-day threats, brute-force attacks, bot attacks, and unauthorized admin changes.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
486
17 issue groups
Security
244
7 issue groups
I18n
20
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$argv[1] is not a file or dir\n"'.
Sample message
Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 3.3.2.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "clean_db_scan_hook".
Sample message
Processing form data without nonce verification.
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CQtrAdminUsersMonitor".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ALARM_BODY_PREVIEW_LENGTH".
Sample message
Detected usage of a non-sanitized input variable: $_GET['page']
Sample message
Missing $domain parameter in function call to __().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$alarms_table} at "DROP TABLE IF EXISTS `{$alarms_table}`"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
The use of function ini_set() is discouraged
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "qtr_bf_allowlist_cidrs".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Unescaped parameter $alarms_table used in $wpdb->query()\n$alarms_table assigned unsafely at line 638.
Potential connections found in static code analysis.
Outbound calls
126
External assets
1
Incoming endpoints
31
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
19 more hidden
12 score snapshots
v4.1.0.25
25
Latest
v4.1.0.24
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 806 | 335 | 471 | v4.1.0.25 | 2.0.0 |
| 25 | 806 | 335 | 471 | v4.1.0.24 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.