Placeholder it Security & Risk Analysis

wordpress.org/plugins/placeholder-it-widget

Add placeholders easily to widget areas during site development, with many options

10 active installs v0.9 PHP + WP 2.0.2+ Updated Jun 10, 2016
developmentplaceholder
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Placeholder it Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The "placeholder-it-widget" plugin version 0.9 presents a mixed security posture. On one hand, it demonstrates good practices by having no known CVEs, no SQL queries without prepared statements, no file operations, and no external HTTP requests. Furthermore, the attack surface is minimal, with zero AJAX handlers, REST API routes, shortcodes, or cron events identified, and importantly, none of these entry points appear to be unprotected.

However, significant concerns arise from the static analysis. The presence of the `create_function` dangerous function is a major red flag, as it can be exploited for arbitrary code execution if user-supplied input is passed to it without proper sanitization. Additionally, the output escaping is only 41% proper, indicating a substantial risk of cross-site scripting (XSS) vulnerabilities if user-controlled data is displayed to other users without adequate sanitization. The lack of any nonce or capability checks, while seemingly aligned with the zero attack surface, means that if any new entry points were to be introduced, they would likely be unprotected.

The plugin's vulnerability history is spotless, which is positive. However, this could be attributed to its limited functionality or a lack of thorough security auditing. The strengths lie in its controlled attack surface and absence of common web vulnerabilities like SQL injection. The primary weaknesses are the use of `create_function` and insufficient output escaping, both of which introduce serious security risks.

Key Concerns

  • Dangerous function: create_function
  • Low output escaping percentage (41%)
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Placeholder it Security Vulnerabilities

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

Placeholder it Code Analysis

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

Dangerous Functions Found

create_function$callback = create_function('', 'echo "'.str_replace('"', '\"', $section['desc']).'";');settings\class.settings-api.php:108

Output Escaping

41% escaped32 total outputs
Attack Surface

Placeholder it Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 9
actioninitplaceholder-it-widget.php:25
actionadmin_headplaceholder-it-widget.php:26
actionadmin_initplaceholder-it-widget.php:27
actionadmin_menuplaceholder-it-widget.php:28
actionwidgets_initplaceholder-it-widget.php:29
actionadmin_head-widgets.phpplaceholder-it-widget.php:30
actionadmin_enqueue_scriptssettings\class.settings-api.php:30
actionadmin_enqueue_scriptswidget\widget.placeholder-it-widget.php:20
actionwp_enqueue_scriptswidget\widget.placeholder-it-widget.php:21
Maintenance & Trust

Placeholder it Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedJun 10, 2016
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Placeholder it Developer Profile

johanvandemerwe

4 plugins · 340 total installs

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

How We Detect Placeholder it

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/placeholder-it-widget/css/admin.css

HTML / DOM Fingerprints

CSS Classes
placeholder-it-widget
FAQ

Frequently Asked Questions about Placeholder it