Pluginception Security & Risk Analysis

wordpress.org/plugins/pluginception

A plugin that lets you quickly and easily create new plugins.

3K active installs v1.3 PHP + WP 3.0+ Updated May 13, 2024
createnew
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Pluginception Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

Pluginception v1.3 exhibits a strong security posture based on the provided static analysis and vulnerability history. The absence of any identified CVEs, coupled with a complete lack of critical or high-severity taint flows, suggests a robust development process. The code demonstrates good practices by utilizing prepared statements for all SQL queries, and the presence of nonce checks is a positive sign for preventing CSRF attacks. The fact that there are no known vulnerabilities is a significant strength.

However, there are areas for improvement. The complete lack of capability checks for any entry points is a notable concern. While the attack surface is currently zero, this is likely due to the absence of common entry points like AJAX handlers or REST API routes. If these were to be introduced in the future without proper capability checks, it could lead to significant security risks. The presence of file operations without further context is also a minor point of attention, as this can sometimes be a vector for vulnerabilities if not handled securely. The low percentage of properly escaped output, while not critical given the small number of outputs, indicates a potential for cross-site scripting (XSS) if new output mechanisms are added without adequate sanitization.

Overall, Pluginception v1.3 is currently a low-risk plugin. Its clean vulnerability history and technical implementation for database operations are commendable. The primary area of caution lies in the lack of explicit authorization checks (capability checks) on potential entry points, which could become a weakness if the plugin evolves to include more interactive features. Continued adherence to secure coding practices, particularly regarding output escaping and authorization, will be crucial for maintaining this positive security standing.

Key Concerns

  • Lack of capability checks on entry points
  • Low percentage of properly escaped output
Vulnerabilities
None known

Pluginception Security Vulnerabilities

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

Pluginception Code Analysis

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

Output Escaping

67% escaped6 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
pluginception_create_plugin (pluginception.php:87)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Pluginception Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actioninitpluginception.php:32
actionadmin_menupluginception.php:38
Maintenance & Trust

Pluginception Maintenance & Trust

Maintenance Signals

WordPress version tested6.5.8
Last updatedMay 13, 2024
PHP min version
Downloads58K

Community Trust

Rating100/100
Number of ratings23
Active installs3K
Developer Profile

Pluginception Developer Profile

Samuel Wood (Otto)

9 plugins · 167K total installs

70
trust score
Avg Security Score
87/100
Avg Patch Time
3759 days
View full developer profile
Detection Fingerprints

How We Detect Pluginception

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
wrap
HTML Comments
<!-- -->
Data Attributes
name="pluginception_name"name="pluginception_slug"name="pluginception_uri"name="pluginception_description"name="pluginception_version"name="pluginception_author"+3 more
JS Globals
window.location
FAQ

Frequently Asked Questions about Pluginception