
Shortcodes for Rumble Security & Risk Analysis
wordpress.org/plugins/shortcodes-for-rumbleBeing that there wasn't a plugin to ensure a good video embed of Rumble videos, Shortcodes for Rumble was born. Simple to use and developer frien …
Is Shortcodes for Rumble Safe to Use in 2026?
Generally Safe
Score 85/100Shortcodes for Rumble has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The plugin "shortcodes-for-rumble" v1.0.0 exhibits a generally good security posture based on the provided static analysis. The plugin does not utilize dangerous functions, all SQL queries are prepared, and the vast majority of outputs are properly escaped, indicating a mindful approach to preventing common web vulnerabilities. The absence of file operations and external HTTP requests also reduces the attack surface. Furthermore, the lack of known vulnerabilities in its history suggests a stable and secure codebase up to this point.
However, there are significant areas for concern. The complete absence of nonce checks and capability checks is a critical oversight, especially for any plugin that might interact with user data or execute actions. While the current analysis shows no unprotected entry points (AJAX handlers, REST API routes), this is likely due to the fact that these entry points do not exist. The single shortcode is the sole entry point, and without proper nonce or capability checks, it could potentially be exploited if it performs any sensitive actions or processes user-provided data, even if that data is currently escaped.
The plugin's attack surface is extremely small, with only one shortcode acting as an entry point. This, combined with the lack of known vulnerabilities, is a positive indicator. However, the reliance on output escaping without robust authorization checks (nonces, capabilities) is a structural weakness. The plugin should implement these checks to ensure that only authorized users can trigger the shortcode's functionality, thereby solidifying its security.
Key Concerns
- Missing nonce checks
- Missing capability checks
- Minor unescaped output detected
Shortcodes for Rumble Security Vulnerabilities
Shortcodes for Rumble Code Analysis
Output Escaping
Shortcodes for Rumble Attack Surface
Shortcodes 1
Maintenance & Trust
Shortcodes for Rumble Maintenance & Trust
Maintenance Signals
Community Trust
Shortcodes for Rumble Alternatives
WP Video Lightbox
wp-video-lightbox
Very easy to use WordPress lightbox plugin to display YouTube and Vimeo videos in an elegant lightbox overlay.
click-to-vote.me
click-to-vote-me
Very easy to use WordPress plugin to display click-to-vote.me polls.
flash-swfobject
flash-swfobject
Adicione arquivos em formato Adobe Flash de forma fácil e rápida, utilizando apenas uma linha de comando em seus post's.
Winsome Responsive Video
winsome-responsive-video
This plugin will embed youtube,vimeo and dailymotion video on your wordpress site fully responsively.
All-in-One WP Migration and Backup
all-in-one-wp-migration
Trusted by 60M+ sites: The gold standard for WordPress migration and backup. Migrate, backup, and restore your WordPress site with one click.
Shortcodes for Rumble Developer Profile
2 plugins · 1K total installs
How We Detect Shortcodes for Rumble
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
rumble-video-container<div style="position: relative; padding-bottom: calc(var(--aspect-ratio, .5625) * 100%); margin: 0 auto;" class="rumble-video-container"><video controls controlsList="nodownload" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000;" preload="metadata" src="" poster=""></video></div>