GutenKit – Ultimate no-code Gutenberg blocks to design stunning web pages and visually stunning posts in WordPress block editor.
Category Scores
Top Issues by Category
maintainability106
security20
Issues Details
128 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_class".
Processing form data without nonce verification.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$custom_css'.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
error_log() found. Debug code should not normally be used in production.
Mismatched text domain. Expected 'gutenkit-blocks-addon' but got 'gutenkit-blocks-addon-pro'.
Short URL detected (tinyurl.com). Use full URLs instead of URL shorteners.
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using unzip_file(). Detected usage of constant WP_PLUGIN_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Detected usage of a non-sanitized input variable: $_GET['parent_post_filter']
Plugin name "GutenKit – Page Builder Blocks, Patterns, and Templates for Gutenberg Block Editor" is different from the name declared in plugin header "GutenKit Blocks".
The plugin name includes a restricted term. Your chosen plugin name - "GutenKit – Page Builder Blocks, Patterns, and Templates for Gutenberg Block Editor" - contains the restricted term "gutenberg" which cannot be used at all in your plugin name.
| 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_class". | 94 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 10 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$custom_css'. | 6 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins". | 3 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar | 3 |
| WordPress.WP.EnqueuedResourceParameters.MissingVersion | WARNING | Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching. | 3 |
| WordPress.PHP.DevelopmentFunctions.error_log_error_log | WARNING | error_log() found. Debug code should not normally be used in production. | 2 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'gutenkit-blocks-addon' but got 'gutenkit-blocks-addon-pro'. | 2 |
| PluginCheck.CodeAnalysis.ShortURL.Found | WARNING | Short URL detected (tinyurl.com). Use full URLs instead of URL shorteners. | 1 |
| PluginCheck.CodeAnalysis.WriteFile.PluginDirectoryWrite | ERROR | Plugin folders are deleted when upgraded. Do not save data to the plugin folder using unzip_file(). Detected usage of constant WP_PLUGIN_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead. | 1 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET['parent_post_filter'] | 1 |
| mismatched_plugin_name | WARNING | Plugin name "GutenKit – Page Builder Blocks, Patterns, and Templates for Gutenberg Block Editor" is different from the name declared in plugin header "GutenKit Blocks". | 1 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "GutenKit – Page Builder Blocks, Patterns, and Templates for Gutenberg Block Editor" - contains the restricted term "gutenberg" which cannot be used at all in your plugin name. | 1 |
Latest Snapshot
Findings
128
Errors
9
Warnings
119
Score History
First score snapshot
First scan completed Jun 20, 2026
v2.4.8 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v2.4.8
61
Latest
- Findings
- 128
- Errors
- 9
- Warnings
- 119
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 61 | 128 | 9 | 119 | v2.4.8 | 2.0.0 | 2026.06-mvp-static-v2 |