Form Blocks Security & Risk Analysis

wordpress.org/plugins/form-blocks

Adds a new contact form block to the Gutenberg editor.

0 active installs v0.1.0 PHP 5.6+ WP 4.9+ Updated Dec 31, 2017
blockblocksformformsgutenberg
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Form Blocks Safe to Use in 2026?

Generally Safe

Score 85/100

Form Blocks has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 8yr ago
Risk Assessment

The "form-blocks" plugin v0.1.0 exhibits a generally strong security posture regarding common web vulnerabilities like SQL injection and file operations, as indicated by the absence of dangerous functions and the exclusive use of prepared statements for SQL queries. The lack of external HTTP requests and bundled libraries further reduces potential attack vectors. However, a significant concern is the complete lack of output escaping across all detected output points. This means that any data processed or displayed by the plugin could be vulnerable to cross-site scripting (XSS) attacks if that data originates from an untrusted source or contains malicious code. The plugin also lacks nonce and capability checks, which, while not directly leading to deductions in this version due to the limited attack surface and entry points, could become a security risk if the plugin's functionality expands or if the single shortcode's implementation is not carefully secured.

The vulnerability history shows no recorded CVEs, which is a positive sign suggesting a clean past. However, this must be viewed in conjunction with the static analysis. The absence of vulnerabilities in the history might be due to the plugin's limited complexity and feature set at this version, rather than a proven track record of robust security development. The current analysis reveals a notable weakness in output sanitization, which is a critical aspect of web application security. Therefore, while the plugin demonstrates good practices in some areas, the unescaped output presents a tangible risk that needs immediate attention.

Key Concerns

  • Output not properly escaped
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Form Blocks Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Form Blocks Release Timeline

No version history available.
Code Analysis
Analyzed Apr 16, 2026

Form Blocks Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
9
0 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

0% escaped9 total outputs
Attack Surface

Form Blocks Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[form_blocks_contact_form] form-blocks.php:35
WordPress Hooks 7
actioninitcpt-inbox.php:9
actionmanage_form_block_message_posts_columnscpt-inbox.php:31
filterpost_row_actionscpt-inbox.php:58
actioninitform-blocks.php:16
actioninitform-blocks.php:60
actionenqueue_block_editor_assetsform-blocks.php:82
actionenqueue_block_assetsform-blocks.php:93
Maintenance & Trust

Form Blocks Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedDec 31, 2017
PHP min version5.6
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Form Blocks Developer Profile

Kyle B. Johnson

3 plugins · 30 total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Form Blocks

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/form-blocks/public/scripts/blocks.min.js/wp-content/plugins/form-blocks/public/styles/style.css/wp-content/plugins/form-blocks/public/styles/editor.css
Script Paths
/wp-content/plugins/form-blocks/public/scripts/blocks.min.js
Version Parameters
form-blocks/public/scripts/blocks.min.js?ver=form-blocks/public/styles/style.css?ver=form-blocks/public/styles/editor.css?ver=

HTML / DOM Fingerprints

CSS Classes
form-blocks-contact-form
Data Attributes
data-form-blocks-aligndata-form-blocks-show-requireddata-form-blocks-success-messagedata-form-blocks-name-labeldata-form-blocks-email-labeldata-form-blocks-message-label+1 more
JS Globals
formBlocks
Shortcode Output
<form class="form-blocks-contact-form" method="POST"><label for="form-blocks-contact-form-name"><label for="form-blocks-contact-form-email"><label for="form-blocks-contact-form-message">
FAQ

Frequently Asked Questions about Form Blocks