WPS Bidouille

WPS Bidouille provides information about your WordPress and contains optimization tools.

v1.33.3NicolasKulkaUpdated 2026-01-28Added Feb 8, 201810k+ installs98% rating
28
Score
472
Errors
215
Warnings
+0
Change

Category Scores

Security0
Repo83
Performance98
Maintainability30

Top Issues by Category

security496
i18n106
maintainability59

Issues Details

687 issues found in latest scan

ERROR182
WordPress.Security.EscapeOutput.OutputNotEscaped

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

ERROR132
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR73
WordPress.WP.I18n.MissingArgDomain

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

WARNING43
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING39
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['order'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING31
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['order']

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

WARNING21
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING17
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING17
WordPress.DB.DirectDatabaseQuery.NoCaching

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

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

WARNING10
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR7
PluginCheck.CodeAnalysis.SettingSanitization.register_settingMissing

Sanitization missing for register_setting().

WARNING7
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $time at "SELECT COUNT(option_name) FROM $wpdb->options WHERE option_name LIKE '_transient_timeout%' AND option_value < $time"

ERROR6
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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

ERROR6
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

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

ERROR6
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'You have <strong>%s plugins</strong> installed including <strong>%s plugin</strong> inactive!'.

ERROR4
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING4
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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

ERROR3
PluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContent

Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.

ERROR3
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

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

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

WARNING3
trademarked_term

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

ERROR3
wp_function_not_compatible_with_requires_wp

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

Latest Snapshot

Findings

687

Errors

472

Warnings

215

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v1.33.3

28

Latest

Findings
687
Errors
472
Warnings
215
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins