HTML Block Security & Risk Analysis

wordpress.org/plugins/html-block

Create your HTML code and place it anywhere on your site using a shortcode.

300 active installs v1.1 PHP 5.4+ WP 4.9+ Updated Nov 9, 2023
blockcustomhtmltext
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is HTML Block Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 2yr ago
Risk Assessment

The "html-block" plugin v1.1 exhibits a generally good security posture based on the provided static analysis. The absence of dangerous functions, SQL queries, file operations, and external HTTP requests is a strong positive indicator. The plugin also benefits from not having any recorded vulnerabilities, which suggests a history of stable and secure development. However, there are a few areas that warrant attention and could be improved. The low percentage of properly escaped output indicates a potential risk of cross-site scripting (XSS) vulnerabilities, especially if the single shortcode allows for user-supplied input to be displayed directly. Furthermore, the lack of nonce checks and capability checks, even though the attack surface is small (one shortcode), means that if the shortcode's functionality were to become more complex or sensitive in the future, it could be vulnerable to CSRF attacks or unauthorized usage. While the current setup appears safe, proactive security measures should be considered for enhanced resilience.

Key Concerns

  • Output escaping is not fully implemented
  • No nonce checks for entry points
  • No capability checks for entry points
Vulnerabilities
None known

HTML Block Security Vulnerabilities

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

HTML Block Release Timeline

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

HTML Block Code Analysis

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

Output Escaping

67% escaped3 total outputs
Attack Surface

HTML Block Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[html_block] includes\class.sn-hb-init.php:33
WordPress Hooks 6
actionadmin_headincludes\class.sn-hb-init.php:29
actionadmin_headincludes\class.sn-hb-init.php:30
filtermanage_edit-html-block_columnsincludes\class.sn-hb-init.php:31
actionmanage_html-block_posts_custom_columnincludes\class.sn-hb-init.php:32
actioninitinit.php:90
actionplugins_loadedinit.php:105
Maintenance & Trust

HTML Block Maintenance & Trust

Maintenance Signals

WordPress version tested6.4.8
Last updatedNov 9, 2023
PHP min version5.4
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs300
Developer Profile

HTML Block Developer Profile

sidngr

6 plugins · 610 total installs

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

How We Detect HTML Block

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

Asset Fingerprints

HTML / DOM Fingerprints

JS Globals
sn_hb_admin_url
Shortcode Output
[html_block id="[html_block slug="
FAQ

Frequently Asked Questions about HTML Block