YouTube Feed Security & Risk Analysis

wordpress.org/plugins/youtube-video-feed

YouTube Feed allows for easy placement of a YouTube video feed anywhere on your posts, pages, or widgets using a shortcode.

10 active installs v1.1 PHP + WP 2.0.2+ Updated Unknown
youtube-shortcodeyoutube-video-feed
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is YouTube Feed Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "youtube-video-feed" v1.1 plugin exhibits a mixed security posture. On the positive side, it has no recorded vulnerabilities in its history, no dangerous functions, and all SQL queries utilize prepared statements. The attack surface is minimal, with only one shortcode and no AJAX handlers or REST API routes that are unprotected.

However, several significant security concerns are present in the static analysis. The most critical finding is that 0% of the outputs are properly escaped. This means that any data displayed by the plugin, particularly if it originates from user input or external sources, is vulnerable to Cross-Site Scripting (XSS) attacks. The absence of nonce checks and capability checks on its entry points, while currently minimal, leaves the door open for potential unauthorized actions or privilege escalation if the attack surface were to grow or if vulnerabilities were introduced in the future.

Given the clean vulnerability history, it's possible the plugin's current limited functionality and lack of complex data handling have prevented known vulnerabilities. However, the unescaped output is a significant and actionable risk that needs immediate attention. The plugin would benefit from implementing proper output sanitization to mitigate XSS risks and considering nonces and capability checks for future development, even with a small attack surface.

Key Concerns

  • All outputs are unescaped, posing XSS risk.
  • No nonce checks on entry points.
  • No capability checks on entry points.
Vulnerabilities
None known

YouTube Feed Security Vulnerabilities

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

YouTube Feed Code Analysis

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

Output Escaping

0% escaped5 total outputs
Attack Surface

YouTube Feed Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[plumwd_youtube_display] index.php:64
WordPress Hooks 8
actionadmin_menuindex.php:16
actioninitindex.php:66
filtermce_external_pluginsindex.php:144
filtermce_buttonsindex.php:145
actioninitindex.php:147
actionwp_enqueue_scriptsindex.php:169
filteradmin_footer_textindex.php:178
actionadmin_enqueue_scriptsindex.php:189
Maintenance & Trust

YouTube Feed Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedUnknown
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

YouTube Feed Developer Profile

plumwd

4 plugins · 130 total installs

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

How We Detect YouTube Feed

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/youtube-video-feed/css/youtubestyle.css/wp-content/plugins/youtube-video-feed/css/admin-style.css/wp-content/plugins/youtube-video-feed/scripts/shortcode.js
Script Paths
/youtube-video-feed/scripts/shortcode.js

HTML / DOM Fingerprints

CSS Classes
youtube-feed-welcomeyoutubefeedcredit
Data Attributes
id="youtubeh1"id="wrap"id="youtube_feed"
Shortcode Output
[plumwd_youtube_display]echo do_shortcode('[plumwd_youtube_display]');
FAQ

Frequently Asked Questions about YouTube Feed