Collection Security & Risk Analysis

wordpress.org/plugins/collection

Create and manage implement your own custom post type collection. NOTE (beta): This plugin is very felt, it is still in development phase!

10 active installs v0.5 PHP + WP 4.0+ Updated Apr 26, 2017
custom-post-typepost-typepost-types
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Collection Safe to Use in 2026?

Generally Safe

Score 85/100

Collection 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 'collection' plugin v0.5 exhibits a generally positive security posture based on the provided static analysis. The plugin demonstrates good practices by avoiding dangerous functions, file operations, and external HTTP requests. Furthermore, all SQL queries are prepared, which is a significant strength in preventing SQL injection vulnerabilities. The absence of any recorded vulnerabilities (CVEs) and taint analysis flows also suggests a clean history and a potentially robust codebase in terms of known exploits.

However, there are notable areas of concern. The most significant is the extremely low percentage (2%) of properly escaped output. This indicates a high likelihood of Cross-Site Scripting (XSS) vulnerabilities, as user-supplied or dynamic data is likely being rendered directly into the HTML without proper sanitization. Additionally, the complete absence of nonce checks and capability checks, despite having entry points like shortcodes, is a critical oversight. This leaves the plugin susceptible to CSRF attacks and privilege escalation if these shortcodes can be triggered by unauthenticated or lower-privileged users. The limited attack surface is a positive, but the lack of fundamental security checks on these entry points severely undermines the overall security.

In conclusion, while the 'collection' plugin v0.5 shows promising signs of secure coding in areas like SQL handling and avoiding risky functions, the pervasive lack of output escaping and essential security checks for its entry points presents a substantial risk. The vulnerability history is clean, but the static analysis reveals significant potential for common web vulnerabilities like XSS and CSRF. Addressing the output escaping and implementing appropriate nonce/capability checks on the shortcodes should be immediate priorities.

Key Concerns

  • Low output escaping percentage
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Collection Security Vulnerabilities

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

Collection Release Timeline

v0.5Current
v0.4
v0.3
v0.2
v0.1
Code Analysis
Analyzed Mar 17, 2026

Collection Code Analysis

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

Output Escaping

2% escaped193 total outputs
Attack Surface

Collection Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[collection_field] plugin\front\shortcode.php:16
[collection_table] plugin\front\shortcode.php:17
WordPress Hooks 15
actionplugins_loadedcollection.php:47
actionadmin_initcollection.php:54
actionwp_enqueue_scriptsplugin\admin\assets.php:14
actionadd_meta_boxesplugin\admin\metabox.php:33
actionsave_postplugin\admin\metabox.php:34
actionadmin_menuplugin\admin\panel.php:19
actionadmin_initplugin\admin\panel.php:20
actionadmin_headplugin\admin\panel.php:21
actionadmin_headplugin\admin\panel.php:22
actionwp_headplugin\front\init.php:27
filterbody_classplugin\front\init.php:30
actioninitplugin\init.php:29
actioninitplugin\post_types.php:58
actioninitplugin\post_types.php:61
actioninitplugin\taxonomy.php:33
Maintenance & Trust

Collection Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.33
Last updatedApr 26, 2017
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

Collection Developer Profile

webstartup

4 plugins · 20 total installs

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

How We Detect Collection

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/collection/plugin/admin/assets/admin.css/wp-content/plugins/collection/plugin/admin/assets/custom-jquery.js

HTML / DOM Fingerprints

CSS Classes
collectioncollection-fieldcollection-table
Data Attributes
data-collection-id
Shortcode Output
<span class="collection-field<table class="collection-table
FAQ

Frequently Asked Questions about Collection