WPS Cleaner

WPS Cleaner cleans your WordPress site as well as your database.

v1.6.10.2NicolasKulkaUpdated 2025-06-24Added May 29, 201820k+ installs86% rating
30
Score
430
Errors
491
Warnings
+0
Change

Category Scores

Security0
Repo88
Performance98
Maintainability35

Top Issues by Category

security629
maintainability203
i18n72

Issues Details

921 issues found in latest scan

ERROR155
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action_url'.

ERROR146
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING91
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING90
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING80
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST['action']

WARNING80
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING63
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING57
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR29
WordPress.WP.I18n.MissingArgDomain

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

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

ERROR25
WordPress.DB.PreparedSQL.NotPrepared

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

ERROR11
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'wps-cleaner' but got 'wps-limit-login'.

ERROR9
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

ERROR6
WordPress.DB.PreparedSQLPlaceholders.QuotedSimplePlaceholder

Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.

ERROR5
wp_function_not_compatible_with_requires_wp

Function "delete_network_option()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.2.0.

WARNING4
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

ERROR4
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Total found: %s Comments and %s Comment Meta.'.

WARNING3
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function set_time_limit() is discouraged

WARNING3
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

WARNING3
WordPress.DB.SlowDBQuery.slow_db_query_meta_value

Detected usage of meta_value, possible slow query.

ERROR3
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

WARNING3
trademarked_term

The plugin name includes a restricted term. Your chosen plugin name - "WPS Cleaner" - contains the restricted term "wp" which cannot be used at all in your plugin name.

WARNING2
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $blog_id at "SELECT media_id FROM {$db_table->get_table_name()} WHERE type = 'whitelist' AND blog_id = $blog_id AND object_id = '0'"

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_print_r

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

WARNING2
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

Latest Snapshot

Findings

921

Errors

430

Warnings

491

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.6.10.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.6.10.2

30

Latest

Findings
921
Errors
430
Warnings
491
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins