Free and beautiful Cookie Consent Banner to make your website compliant. Highly customizable and not loading any files from 3rd party servers.
Category Scores
Top Issues by Category
security68
maintainability37
Issues Details
109 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$dnone'.
$_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar
Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name]
Processing form data without nonce verification.
Processing form data without nonce verification.
Function "get_rest_url()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"depth only allowed from 1 to 3 current: $depth"'.
Detected usage of a possibly undefined superglobal array index: $_POST[$tabfield_slug . "_hidden"]. Check that the array index exists before using it.
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.
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "escape_recursive".
The $text parameter must be a single text string literal. Found: $error_message
Mismatched text domain. Expected 'beautiful-and-responsive-cookie-consent' but got "nsc_bar_cookie_consent".
Plugin name "Beautiful Cookie Consent Banner" is different from the name declared in plugin header "Beautiful and responsive cookie consent".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
The "Text Domain" header in the plugin file does not match the slug. Found "bar-cookie-consent", expected "beautiful-and-responsive-cookie-consent".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active". | 21 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$dnone'. | 20 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar | 12 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name] | 11 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 10 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 9 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "get_rest_url()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0. | 6 |
| WordPress.Security.EscapeOutput.ExceptionNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"depth only allowed from 1 to 3 current: $depth"'. | 3 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_POST[$tabfield_slug . "_hidden"]. Check that the array index exists before using it. | 3 |
| WordPress.WP.EnqueuedResourceParameters.NotInFooter | WARNING | 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. | 3 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 2 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "escape_recursive". | 1 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 1 |
| WordPress.WP.I18n.NonSingularStringLiteralText | ERROR | The $text parameter must be a single text string literal. Found: $error_message | 1 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'beautiful-and-responsive-cookie-consent' but got "nsc_bar_cookie_consent". | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Beautiful Cookie Consent Banner" is different from the name declared in plugin header "Beautiful and responsive cookie consent". | 1 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 1 |
| textdomain_mismatch | WARNING | The "Text Domain" header in the plugin file does not match the slug. Found "bar-cookie-consent", expected "beautiful-and-responsive-cookie-consent". | 1 |
Latest Snapshot
Findings
109
Errors
33
Warnings
76
Score History
First score snapshot
First scan completed Jun 20, 2026
v4.9.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v4.9.2
41
Latest
- Findings
- 109
- Errors
- 33
- Warnings
- 76
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 41 | 109 | 33 | 76 | v4.9.2 | 2.0.0 | 2026.06-mvp-static-v2 |