WP YouTube Counters Security & Risk Analysis

wordpress.org/plugins/wp-youtube-counters

Adds shortcodes to show YouTube channel's subscribers and video views count.

10 active installs v0.2 PHP + WP 4.3+ Updated Oct 10, 2016
countshortcodessubscribersviewsyoutube
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is WP YouTube Counters Safe to Use in 2026?

Generally Safe

Score 85/100

WP YouTube Counters 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 wp-youtube-counters v0.2 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, the consistent use of prepared statements for all SQL queries, and the 100% proper output escaping are significant positive indicators. File operations and external HTTP requests are present but do not inherently signal risk without further context. The lack of taint analysis results with unsanitized paths is also reassuring.

However, there are notable areas of concern that detract from its overall security. The complete absence of nonce checks and capability checks, particularly for the identified shortcodes, represents a significant vulnerability. This means that any user, regardless of their WordPress role or privileges, could potentially trigger actions associated with these shortcodes, opening the door for Cross-Site Request Forgery (CSRF) attacks or unintended functionality execution if the shortcode logic is not inherently safe. The vulnerability history being entirely clean is a positive sign, but it does not mitigate the inherent risks introduced by the lack of proper authorization and anti-CSRF measures in the current code.

In conclusion, while the plugin demonstrates good practices in handling SQL and output, the lack of crucial security mechanisms like nonce and capability checks creates a substantial risk. The absence of known vulnerabilities in its history is a strength, but it's overshadowed by the potential for exploitation via its shortcode entry points. This plugin should not be deployed in a production environment without these critical security checks being implemented.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

WP YouTube Counters Security Vulnerabilities

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

WP YouTube Counters Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

WP YouTube Counters Code Analysis

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

Output Escaping

100% escaped4 total outputs
Attack Surface

WP YouTube Counters Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[youtube_views_count] wp-youtube-counters.php:138
[youtube_subscribers_count] wp-youtube-counters.php:150
Maintenance & Trust

WP YouTube Counters Maintenance & Trust

Maintenance Signals

WordPress version tested4.6.30
Last updatedOct 10, 2016
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP YouTube Counters Developer Profile

mateusz.adamus

2 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 WP YouTube Counters

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
[youtube_views_count][youtube_subscribers_count]
FAQ

Frequently Asked Questions about WP YouTube Counters