Easily create custom blocks and custom meta fields for Gutenberg without hard coding.
Category Scores
Top Issues by Category
maintainability46
security27
Issues Details
74 issues found in latest scan
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'lzb/control_value/block_slug=' . $block_data['slug']".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Can not find the $name template"'.
Processing form data without nonce verification.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$lzb_block_builder_preview".
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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.
var_dump() found. Debug code should not normally be used in production.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$icon'.
$_GET['lazyblocks_activate_block_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Plugin name "Custom Block Builder - Lazy Blocks" is different from the name declared in plugin header "Lazy Blocks".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'lzb/control_value/block_slug=' . $block_data['slug']". | 40 |
| WordPress.Security.EscapeOutput.ExceptionNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Can not find the $name template"'. | 20 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 3 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$lzb_block_builder_preview". | 2 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET['_wpnonce'] | 2 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 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.PHP.DevelopmentFunctions.error_log_var_dump | WARNING | var_dump() found. Debug code should not normally be used in production. | 1 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$icon'. | 1 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['lazyblocks_activate_block_nonce'] not unslashed before sanitization. Use wp_unslash() or similar | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Custom Block Builder - Lazy Blocks" is different from the name declared in plugin header "Lazy Blocks". | 1 |
Latest Snapshot
Findings
74
Errors
23
Warnings
51
Score History
First score snapshot
First scan completed Jun 20, 2026
v4.3.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v4.3.1
50
Latest
- Findings
- 74
- Errors
- 23
- Warnings
- 51
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 50 | 74 | 23 | 51 | v4.3.1 | 2.0.0 | 2026.06-mvp-static-v2 |