Fetch Youtube Channel Videos Security & Risk Analysis

wordpress.org/plugins/fetch-youtube-channel-videos

"Now no need to update videos one by one, Just configure Plugin and add shortcode any where in website." Steps to Configure this plugin are …

0 active installs v1.1 PHP 4.7.3+ WP 3.5.1+ Updated Aug 30, 2018
videos-embed-in-websiteyoutubeyoutube-channel-embedyoutube-videosyoutube-videos-embed
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Fetch Youtube Channel Videos Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 7yr ago
Risk Assessment

The "fetch-youtube-channel-videos" v1.1 plugin exhibits a generally good security posture based on the provided static analysis. It has a minimal attack surface with only one shortcode and no unprotected entry points. The code also demonstrates sound practices by exclusively using prepared statements for SQL queries and having a high percentage of properly escaped output. The absence of dangerous functions, file operations, and critical or high-severity taint flows further strengthens its security profile. Furthermore, the plugin has no recorded vulnerabilities, indicating a history of stable and secure development.

However, there are areas for improvement. The plugin does not implement any capability checks for its shortcode, meaning any authenticated user could potentially interact with it. Additionally, while the external HTTP requests are not inherently a security risk, they represent an area where input sanitization and output encoding would be crucial if user-supplied data were ever involved in these requests. The single nonce check is present, which is positive, but it's applied to a single entry point, and the lack of capability checks on the shortcode is a more significant concern.

Overall, "fetch-youtube-channel-videos" v1.1 appears to be a securely developed plugin with a clean history and good coding practices. The primary concern lies in the lack of capability checks for its shortcode, which opens it up to potential manipulation by any authenticated user. Addressing this would significantly improve its security.

Key Concerns

  • Shortcode lacks capability checks
  • External HTTP requests without explicit checks
Vulnerabilities
None known

Fetch Youtube Channel Videos Security Vulnerabilities

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

Fetch Youtube Channel Videos Code Analysis

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

Output Escaping

93% escaped15 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
youtube_channel_videos_protocol (admin-panel\fycv_functions.php:2)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Fetch Youtube Channel Videos Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[fetch_youtube_channel_videos] admin-panel\fycv_functions.php:96
WordPress Hooks 2
actionadmin_initfetch-youtube-channel-videos.php:14
actionadmin_menufetch-youtube-channel-videos.php:17
Maintenance & Trust

Fetch Youtube Channel Videos Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedAug 30, 2018
PHP min version4.7.3
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Fetch Youtube Channel Videos Developer Profile

meetsohail

1 plugin · 0 total installs

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

How We Detect Fetch Youtube Channel Videos

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
youtube-video
Shortcode Output
<div class="youtube-video"> <iframe width="" height="" src="https://www.youtube.com/embed/" frameborder="0" allowfullscreen></iframe> </div>
FAQ

Frequently Asked Questions about Fetch Youtube Channel Videos