Anti-Malware Security and Brute-Force Firewall

This Anti-Malware scanner searches for Malware, Viruses, and other security threats and vulnerabilities on your server and it helps you fix them.

v4.23.88EliUpdated 2026-03-09Added Mar 27, 2012100k+ installs98% rating75% support resolved
22
Score
544
Errors
965
Warnings
+0
Change

Category Scores

Security0
Repo81
Performance100
Maintainability0

Top Issues by Category

security1,185
maintainability242
i18n57

Issues Details

1,509 issues found in latest scan

ERROR409
WordPress.Security.EscapeOutput.OutputNotEscaped

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"'.

WARNING278
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING195
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET["$pass_on"]

WARNING153
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET["$pass_on"] not unslashed before sanitization. Use wp_unslash() or similar

WARNING114
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING68
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$GLOBAL_STRING".

WARNING41
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

ERROR41
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING37
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING26
WordPress.PHP.DevelopmentFunctions.error_log_print_r

print_r() found. Debug code should not normally be used in production.

WARNING22
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__".

ERROR17
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERROR14
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $GLOBALS

WARNING13
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET["GOTMLS_includes"]. Check that the array index exists before using it.

ERROR8
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

ERROR7
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().

ERROR6
WordPress.WP.AlternativeFunctions.curl_curl_setopt

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR6
WordPress.WP.AlternativeFunctions.file_system_operations_chmod

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().

ERROR6
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR5
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $SQL used in $wpdb->get_results()\n$SQL assigned unsafely at line 1516.

ERROR5
WordPress.WP.I18n.UnorderedPlaceholdersText

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.".

WARNING4
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function set_time_limit() is discouraged

WARNING4
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $SQL at "$SQL AND post_id = %s"

ERROR3
WordPress.WP.I18n.InterpolatedVariableText

The $text parameter must not contain interpolated variables or expressions. Found: $chksum

ERROR2
Generic.PHP.ForbiddenFunctions.Found

The use of function str_rot13() is forbidden

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

Related Plugins