Custom Block Builder – Lazy Blocks

Easily create custom blocks and custom meta fields for Gutenberg without hard coding.

v4.3.1nKUpdated 2026-06-11Added Aug 9, 201820k+ installs98% rating
50
Score
23
Errors
51
Warnings
+0
Change

Category Scores

Security14
Repo100
Performance100
Maintainability86

Top Issues by Category

Issues Details

74 issues found in latest scan

WARNING40
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'lzb/control_value/block_slug=' . $block_data['slug']".

ERROR20
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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"'.

WARNING3
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$lzb_block_builder_preview".

WARNING2
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

ERROR2
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING1
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

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.

WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_var_dump

var_dump() found. Debug code should not normally be used in production.

ERROR1
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING1
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING1
mismatched_plugin_name

Plugin name "Custom Block Builder - Lazy Blocks" is different from the name declared in plugin header "Lazy Blocks".

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

Related Plugins