This Anti-Malware scanner searches for Malware, Viruses, and other security threats and vulnerabilities on your server and it helps you fix them.
Prioritized issue groups from the latest Plugin Check scan
Security
1,185
9 issue groups
Maintainability
242
12 issue groups
I18n
57
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" ( $fa ) $lt/span$gt\n$lt/body$gt$lt/html$gt"'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET["$pass_on"]
Sample message
$_GET["$pass_on"] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$GLOBAL_STRING".
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
print_r() found. Debug code should not normally be used in production.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $GLOBALS
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET["GOTMLS_includes"]. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
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: chmod().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $SQL used in $wpdb->get_results()\n$SQL assigned unsafely at line 1516.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1\$s, %2\$d", but got "%s, %d" in "%s %d item from the quarantine trash.".
Sample message
The use of function set_time_limit() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $SQL at "$SQL AND post_id = %s"
Sample message
The $text parameter must not contain interpolated variables or expressions. Found: $chksum
Sample message
The use of function str_rot13() is forbidden
Potential connections found in static code analysis.
Outbound calls
19
External assets
3
Incoming endpoints
2
wp_ajax
wp_ajax
3 score snapshots
v4.23.90
23
Latest
v4.23.89
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,508 | 543 | 965 | v4.23.90 | 2.0.0 |
| 23 | 1,508 | 543 | 965 | v4.23.89 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.