Throws SPAM Away

スパムコメントを無視して何もなかったように捨てる強力スパム対策プラグイン

v3.8.2ウェブ屋のさとーさんUpdated 2026-02-07Added Jul 21, 201120k+ installs100% rating
34
Score
327
Errors
123
Warnings
+0
Change

Category Scores

Security0
Repo83
Performance100
Maintainability56

Top Issues by Category

security190
i18n186
maintainability69

Issues Details

450 issues found in latest scan

ERROR85
WordPress.WP.I18n.MissingArgDomain

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

ERROR84
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $add_ip_addresses

ERROR64
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING41
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST['act'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR27
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" ip_addresses'></div>\n'.

WARNING24
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

ERROR24
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING23
WordPress.DB.DirectDatabaseQuery.NoCaching

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

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

WARNING13
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_POST[&#039;hostbyip&#039;]. Check that the array index exists before using it.

ERROR11
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

WARNING10
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_SERVER[&#039;HTTP_USER_AGENT&#039;]

ERROR7
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

ERROR3
missing_direct_file_access_protection

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

WARNING2
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $this-&gt;table_name at \t((select count(ip_address) as cnt, ip_address, max(post_date) as ppd, error_type, author, comment from $this-&gt;table_name\n

WARNING2
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING2
WordPress.WP.EnqueuedResourceParameters.NotInFooter

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

ERROR2
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1\$d, %2\$d, %3\$d", but got "%d, %d, %d" in "(初期設定:一定時間「%d」分以内に一定回数「%d」回スパムとなったら次から「%d」分間)<br>当該IPアドレスからのコメントを強制スパム扱いします。".

WARNING1
Internal.LineEndings.Mixed

File has mixed line endings; this may cause incorrect results

WARNING1
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

WARNING1
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

ERROR1
WordPress.DateTime.RestrictedFunctions.date_date

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

WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_error_log

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

WARNING1
WordPress.WP.EnqueuedResourceParameters.MissingVersion

Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.

ERROR1
WordPress.WP.EnqueuedResourceParameters.NoExplicitVersion

Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.

Latest Snapshot

Findings

450

Errors

327

Warnings

123

Score History

First score snapshot

First scan completed Jun 20, 2026

v3.8.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v3.8.2

34

Latest

Findings
450
Errors
327
Warnings
123
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins