Ytube channel subscribe button with shortcode Security & Risk Analysis

wordpress.org/plugins/channel-subscribe-youtube

Displays youtube channel subscribe button using channel-name or channel-id in Short Code.

10 active installs v1.0 PHP + WP 3.0+ Updated Unknown
multiple-subscribe-buttonyoutubeyoutube-subscribe-buttonyoutube-subscribe-button-shortcode
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Ytube channel subscribe button with shortcode Safe to Use in 2026?

Generally Safe

Score 100/100

Ytube channel subscribe button with shortcode has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The 'channel-subscribe-youtube' plugin v1.0 exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, external HTTP requests, file operations, and the use of prepared statements for all SQL queries indicate good development practices. Furthermore, all identified output is properly escaped, mitigating common cross-site scripting (XSS) vulnerabilities. The lack of any recorded vulnerabilities in its history is also a positive sign, suggesting a mature and secure codebase.

However, there are areas for improvement. The plugin has a single entry point via a shortcode, but there are no explicit capability checks or nonce checks mentioned for this shortcode. While the static analysis doesn't identify any unprotected entry points, the absence of these security mechanisms on the shortcode could be a potential concern if the shortcode handles any user-supplied data that might be used in a sensitive operation or displayed to other users. The taint analysis also yielded no results, which, while indicating no identified vulnerabilities, could also stem from a lack of complex data flows that are sufficient to trigger taint analysis, rather than a guaranteed absence of all possible taint-related issues.

In conclusion, the plugin is built on a solid foundation with good adherence to secure coding principles. The main area of potential concern lies in the unverified handling of the shortcode's functionality, which warrants a closer look if it interacts with user data or performs privileged actions. The overall risk is low, but not entirely negligible.

Key Concerns

  • Missing capability checks on shortcode
  • Missing nonce checks on shortcode
Vulnerabilities
None known

Ytube channel subscribe button with shortcode Security Vulnerabilities

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

Ytube channel subscribe button with shortcode Code Analysis

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

Output Escaping

100% escaped2 total outputs
Attack Surface

Ytube channel subscribe button with shortcode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[youtube_subscribe] ytube-subscribe.php:58
WordPress Hooks 1
actionadmin_menuytube-subscribe.php:16
Maintenance & Trust

Ytube channel subscribe button with shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedUnknown
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Ytube channel subscribe button with shortcode Developer Profile

gadhavanaajay

1 plugin · 10 total installs

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

How We Detect Ytube channel subscribe button with shortcode

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

Asset Fingerprints

Script Paths
https://apis.google.com/js/platform.js

HTML / DOM Fingerprints

CSS Classes
g-ytsubscribe
Data Attributes
data-channeldata-channeliddata-layoutdata-count
Shortcode Output
<script src="https://apis.google.com/js/platform.js"></script> <div class="g-ytsubscribe" data-layout="default" data-count="default"></div>
FAQ

Frequently Asked Questions about Ytube channel subscribe button with shortcode