Rotate Soundcloud Player Security & Risk Analysis

wordpress.org/plugins/rotate-soundcloud-player

A widget that features the latest track in a soundcloud playlist, with the option to rotate to older tracks. Great for podcasts.

30 active installs v1.1 PHP + WP 3.4+ Updated Jul 29, 2016
playerpodcastsoundcloud
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Rotate Soundcloud Player Safe to Use in 2026?

Generally Safe

Score 85/100

Rotate Soundcloud Player 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 plugin "rotate-soundcloud-player" v1.1 exhibits a mixed security posture. On one hand, it demonstrates good practices by avoiding a large attack surface with no apparent AJAX handlers, REST API routes, shortcodes, or cron events exposed without authentication. Furthermore, all SQL queries utilize prepared statements, indicating a defense against SQL injection. However, several concerning signals emerge from the static analysis. The presence of the `create_function` is a significant risk, as it can be exploited for remote code execution under certain circumstances, especially if user input is not strictly sanitized before being passed to it. The low percentage of properly escaped output (26%) is another major concern, potentially leading to Cross-Site Scripting (XSS) vulnerabilities if user-controlled data is displayed without adequate sanitization. The lack of nonce and capability checks on any potential entry points, coupled with external HTTP requests, raises further flags, as these could be leveraged for CSRF attacks or unauthorized data fetching.

The vulnerability history for this plugin is notably clean, with no recorded CVEs. This absence of past issues, while positive, can sometimes create a false sense of security. It does not negate the risks identified in the static analysis. The plugin appears to have strengths in its limited attack surface and secure database interactions, but significant weaknesses exist in its code practices regarding output escaping and the use of deprecated, insecure functions like `create_function`. These vulnerabilities, if exploited, could lead to serious security compromises.

Key Concerns

  • Use of create_function
  • Low percentage of properly escaped output
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Rotate Soundcloud Player Security Vulnerabilities

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

Rotate Soundcloud Player Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'register_widget("Rotate_Soundcloud_Player");' ) );plugin.php:328

Output Escaping

26% escaped43 total outputs
Attack Surface

Rotate Soundcloud Player Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 9
actioninitplugin.php:56
actionadmin_print_stylesplugin.php:72
actionadmin_enqueue_scriptsplugin.php:73
actionwp_enqueue_scriptsplugin.php:76
actionwp_enqueue_scriptsplugin.php:77
actionsave_postplugin.php:80
actiondeleted_postplugin.php:81
actionswitch_themeplugin.php:82
actionwidgets_initplugin.php:328
Maintenance & Trust

Rotate Soundcloud Player Maintenance & Trust

Maintenance Signals

WordPress version tested4.6.30
Last updatedJul 29, 2016
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings1
Active installs30
Developer Profile

Rotate Soundcloud Player Developer Profile

gavinr

4 plugins · 420 total installs

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

How We Detect Rotate Soundcloud Player

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/rotate-soundcloud-player/js/scripts.js/wp-content/plugins/rotate-soundcloud-player/css/style.css
Script Paths
/wp-content/plugins/rotate-soundcloud-player/js/scripts.js
Version Parameters
rotate-soundcloud-player/js/scripts.js?ver=rotate-soundcloud-player/css/style.css?ver=

HTML / DOM Fingerprints

CSS Classes
rotate-soundcloud-player-class
FAQ

Frequently Asked Questions about Rotate Soundcloud Player