Youtube Channel Plugin Security & Risk Analysis

wordpress.org/plugins/youtube-channel-showcase

Youtube channel gallery - displays list of youtube videos from a channel and showcases a selected video at the top which can be rotated

90 active installs v0.2 PHP + WP 2.0.2+ Updated May 15, 2014
embed-youtubeyoutubeyoutube-channelyoutube-gallery
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Youtube Channel Plugin Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The "youtube-channel-showcase" plugin v0.2 exhibits a mixed security posture. On the positive side, it has a very small attack surface with only one entry point (a shortcode) and no recorded CVEs, suggesting a history of responsible development or limited previous security scrutiny. Furthermore, it avoids common pitfalls like raw SQL queries and external HTTP requests.

However, significant concerns arise from the code analysis. The complete lack of capability checks and nonce checks on its single entry point is a major weakness, leaving it vulnerable to unauthorized actions. Critically, the taint analysis reveals two flows with unsanitized paths, indicating potential for injection vulnerabilities if these paths are ever exposed to user input. Compounding this, 100% of its outputs are unescaped, creating a high risk of Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into the site.

Given the absence of known CVEs, it's difficult to assess historical patterns. However, the current code analysis highlights critical areas for improvement. The lack of input validation and output escaping, coupled with the absence of any authorization checks, presents a substantial risk despite the small attack surface and lack of past vulnerabilities. While the plugin has some good practices, the identified issues in output escaping and path sanitization, along with the missing capability checks, demand immediate attention.

Key Concerns

  • Unescaped output (2 outputs)
  • Flows with unsanitized paths (2)
  • Capability checks missing
  • Nonce checks missing
Vulnerabilities
None known

Youtube Channel Plugin Security Vulnerabilities

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

Youtube Channel Plugin Code Analysis

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

Output Escaping

0% escaped2 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
ytchannel (youtubechannel.php:15)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Youtube Channel Plugin Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[ytchannel] youtubechannel.php:12
Maintenance & Trust

Youtube Channel Plugin Maintenance & Trust

Maintenance Signals

WordPress version tested1
Last updatedMay 15, 2014
PHP min version
Downloads22K

Community Trust

Rating80/100
Number of ratings2
Active installs90
Developer Profile

Youtube Channel Plugin Developer Profile

marcrice83

1 plugin · 90 total installs

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

How We Detect Youtube Channel Plugin

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
youtubechannelEntry
Shortcode Output
<iframe height='' width='' src=''></iframe>
FAQ

Frequently Asked Questions about Youtube Channel Plugin