This Anti-Malware scanner searches for Malware, Viruses, and other security threats and vulnerabilities on your server and it helps you fix them.
Category Scores
Top Issues by Category
security1,185
maintainability242
Issues Details
1,509 issues found in latest scan
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"'.
Processing form data without nonce verification.
Detected usage of a non-sanitized input variable: $_GET["$pass_on"]
$_GET["$pass_on"] not unslashed before sanitization. Use wp_unslash() or similar
Processing form data without nonce verification.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$GLOBAL_STRING".
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.
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
print_r() found. Debug code should not normally be used in production.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__".
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Detected usage of a possibly undefined superglobal array index: $_GET["GOTMLS_includes"]. Check that the array index exists before using it.
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Unescaped parameter $SQL used in $wpdb->get_results()\n$SQL assigned unsafely at line 1516.
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.".
The use of function set_time_limit() is discouraged
Use placeholders and $wpdb->prepare(); found interpolated variable $SQL at "$SQL AND post_id = %s"
The $text parameter must not contain interpolated variables or expressions. Found: $chksum
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | 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"'. | 409 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 278 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET["$pass_on"] | 195 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET["$pass_on"] not unslashed before sanitization. Use wp_unslash() or similar | 153 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 114 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$GLOBAL_STRING". | 68 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 41 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | 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. | 41 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 37 |
| WordPress.PHP.DevelopmentFunctions.error_log_print_r | WARNING | print_r() found. Debug code should not normally be used in production. | 26 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__". | 22 |
| WordPress.DateTime.RestrictedFunctions.date_date | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 17 |
| WordPress.DB.PreparedSQL.NotPrepared | ERROR | Use placeholders and $wpdb->prepare(); found $GLOBALS | 14 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_GET["GOTMLS_includes"]. Check that the array index exists before using it. | 13 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 8 |
| WordPress.WP.AlternativeFunctions.file_system_operations_is_writable | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable(). | 7 |
| WordPress.WP.AlternativeFunctions.curl_curl_setopt | ERROR | Using cURL functions is highly discouraged. Use wp_remote_get() instead. | 6 |
| WordPress.WP.AlternativeFunctions.file_system_operations_chmod | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod(). | 6 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 6 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | ERROR | Unescaped parameter $SQL used in $wpdb->get_results()\n$SQL assigned unsafely at line 1516. | 5 |
| WordPress.WP.I18n.UnorderedPlaceholdersText | ERROR | 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.". | 5 |
| Squiz.PHP.DiscouragedFunctions.Discouraged | WARNING | The use of function set_time_limit() is discouraged | 4 |
| WordPress.DB.PreparedSQL.InterpolatedNotPrepared | WARNING | Use placeholders and $wpdb->prepare(); found interpolated variable $SQL at "$SQL AND post_id = %s" | 4 |
| WordPress.WP.I18n.InterpolatedVariableText | ERROR | The $text parameter must not contain interpolated variables or expressions. Found: $chksum | 3 |
| Generic.PHP.ForbiddenFunctions.Found | ERROR | The use of function str_rot13() is forbidden | 2 |
Latest Snapshot
Findings
1,509
Errors
544
Warnings
965
Score History
First score snapshot
First scan completed Jun 19, 2026
v4.23.88 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 19, 2026
v4.23.88
22
Latest
- Findings
- 1,509
- Errors
- 544
- Warnings
- 965
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 19, 2026Latest | 22 | 1,509 | 544 | 965 | v4.23.88 | 2.0.0 | 2026.06-mvp-static-v2 |