The solution for GDPR compliance + more. Get your cookie banner, privacy policy, terms and conditions and handle cookie consent in just one plugin.
Category Scores
Top Issues by Category
i18n391
maintainability275
security8
Issues Details
676 issues found in latest scan
Mismatched text domain. Expected 'iubenda-cookie-law-solution' but got 'iubenda'.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_accept_checked".
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Auto_Blocking".
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__iub_trans".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "after_iub_legal_block_section".
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DEFAULT_BR_TEXT".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\"$v\", "'.
Function "wp_assign_widget_to_sidebar()" requires WordPress 5.8.0, but your plugin minimum supported version is WordPress 5.0.0.
Sanitization missing for register_setting().
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.
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_USER_AGENT']
$_SERVER['HTTP_USER_AGENT'] not unslashed before sanitization. Use wp_unslash() or similar
Your plugin has an invalid license declared. Please update your readme with a valid SPDX license identifier.
One or more tags were ignored. Please limit your plugin to 5 tags.
The "Text Domain" header in the plugin file does not match the slug. Found "iubenda", expected "iubenda-cookie-law-solution".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'iubenda-cookie-law-solution' but got 'iubenda'. | 383 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_accept_checked". | 211 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Auto_Blocking". | 21 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__iub_trans". | 16 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "after_iub_legal_block_section". | 13 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to esc_attr_e(). | 6 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DEFAULT_BR_TEXT". | 5 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 5 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\"$v\", "'. | 4 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_assign_widget_to_sidebar()" requires WordPress 5.8.0, but your plugin minimum supported version is WordPress 5.0.0. | 3 |
| PluginCheck.CodeAnalysis.SettingSanitization.register_settingMissing | ERROR | Sanitization missing for register_setting(). | 2 |
| PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | WARNING | 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. | 1 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_SERVER['HTTP_USER_AGENT'] | 1 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_SERVER['HTTP_USER_AGENT'] not unslashed before sanitization. Use wp_unslash() or similar | 1 |
| five_star_reviews_detected | ERROR | Linking directly to 5 stars reviews is not allowed. | 1 |
| invalid_license | ERROR | Your plugin has an invalid license declared. Please update your readme with a valid SPDX license identifier. | 1 |
| readme_parser_warnings_too_many_tags | WARNING | One or more tags were ignored. Please limit your plugin to 5 tags. | 1 |
| textdomain_mismatch | WARNING | The "Text Domain" header in the plugin file does not match the slug. Found "iubenda", expected "iubenda-cookie-law-solution". | 1 |
Latest Snapshot
Findings
676
Errors
405
Warnings
271
Score History
First score snapshot
First scan completed Jun 19, 2026
v3.13.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 19, 2026
v3.13.2
60
Latest
- Findings
- 676
- Errors
- 405
- Warnings
- 271
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 19, 2026Latest | 60 | 676 | 405 | 271 | v3.13.2 | 2.0.0 | 2026.06-mvp-static-v2 |