Post Head Includes Security & Risk Analysis

wordpress.org/plugins/post-head-includes

Easily add scripts and stylesheets to the HEAD of your posts, keeping your HTML cleaner without inline scripts or styles.

10 active installs v0.2.1 PHP + WP + Updated Unknown
cssjavascriptpost-head-includeswp_enqueue_scriptwp_enqueue_style
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Post Head Includes Safe to Use in 2026?

Generally Safe

Score 100/100

Post Head Includes has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The 'post-head-includes' plugin version 0.2.1 exhibits a generally positive security posture, with no known vulnerabilities or critical code signals detected during static and taint analysis. The absence of any reported CVEs, coupled with the consistent use of prepared statements for SQL queries, indicates a strong adherence to secure coding practices in these areas. Furthermore, the presence of nonce and capability checks suggests an awareness of common WordPress security measures.

However, a significant concern arises from the output escaping. With only 25% of outputs properly escaped, there is a notable risk of Cross-Site Scripting (XSS) vulnerabilities. This means that user-supplied or dynamic data, if not handled carefully, could be injected into the page, potentially leading to malicious code execution in the user's browser. While the attack surface appears minimal with no exposed AJAX handlers, REST API routes, shortcodes, or cron events, the unescaped output presents a direct and tangible risk.

In conclusion, the plugin demonstrates good practices in areas like SQL handling and authentication checks, and its lack of historical vulnerabilities is a positive sign. Nevertheless, the poor output escaping is a critical weakness that requires immediate attention to mitigate the risk of XSS attacks. Addressing this single point of failure would significantly improve the plugin's overall security.

Key Concerns

  • Poor output escaping (25% properly escaped)
Vulnerabilities
None known

Post Head Includes Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Post Head Includes Code Analysis

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

Output Escaping

25% escaped4 total outputs
Attack Surface

Post Head Includes Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionwp_headplugin.php:26
actionwp_enqueue_scriptsplugin.php:27
actionwp_footerplugin.php:28
actionadd_meta_boxespost-meta.php:18
actionsave_postpost-meta.php:19
Maintenance & Trust

Post Head Includes Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedUnknown
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Post Head Includes Developer Profile

Rick Buczynski

1 plugin · 10 total installs

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

How We Detect Post Head Includes

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-head-includes/item.php
Version Parameters
post-head-includes/style.css?ver=post-head-includes/script.js?ver=

HTML / DOM Fingerprints

HTML Comments
<!--[if IE]> <script type="text/javascript" src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
JS Globals
window.WP_Plugins_Postheadincludesvar $_postheadincludes
FAQ

Frequently Asked Questions about Post Head Includes