
Whoa! Rotate Security & Risk Analysis
wordpress.org/plugins/whoa-rotateWhoa! Rotate gives you an easy to use shortcode that will rotate your page for the user. Just use the shortcode [whoa-rotate] anywhere in a page.
Is Whoa! Rotate Safe to Use in 2026?
Generally Safe
Score 85/100Whoa! Rotate has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The 'whoa-rotate' plugin v1.0 exhibits a generally strong security posture based on the provided static analysis. It demonstrates good practices by not utilizing dangerous functions, performing 100% of its SQL queries using prepared statements, and ensuring all outputs are properly escaped. The absence of file operations, external HTTP requests, and recorded vulnerabilities in its history are also positive indicators.
However, the analysis does highlight a few areas for potential concern. The plugin has 0 nonce checks and 0 capability checks. While the attack surface is currently small and appears to have no unprotected entry points, the lack of explicit authorization checks on its single shortcode is a significant weakness. If this shortcode were to ever be extended or interact with user-provided data in the future, this omission could become a critical security flaw. The taint analysis shows 0 flows, which is good, but this could be due to the plugin's current limited functionality. The vulnerability history is clean, which is a positive sign, suggesting diligent development or a lack of targeting, but the absence of checks is a proactive security concern regardless.
In conclusion, the plugin is currently in a good state with no known vulnerabilities or critical code-level risks based on this snapshot. The primary concern lies in the proactive security measures: the lack of nonce and capability checks on its entry point. This makes it susceptible to potential future vulnerabilities if its functionality expands without addressing these fundamental security checks. It is recommended to implement these checks to bolster its long-term security.
Key Concerns
- Missing nonce checks
- Missing capability checks
Whoa! Rotate Security Vulnerabilities
Whoa! Rotate Release Timeline
Whoa! Rotate Code Analysis
Whoa! Rotate Attack Surface
Shortcodes 1
Maintenance & Trust
Whoa! Rotate Maintenance & Trust
Maintenance Signals
Community Trust
Whoa! Rotate Alternatives
WP Pranks
wp-pranks
A playful plugin with several options to pull a joke/prank on your friends.
Dad Jokes Generator
dad-jokes-generator
Display a random dad joke on your WordPress site with a simple shortcode.
AnnunciFunebri
annuncifunebri-onoranza
Display funeral announcements from annuncifunebri.it on your website for funeral homes using this service.
AddFunc Adaptive Content
addfunc-adaptive-content
Adds functions, shortcodes & quicktags to empower WordPress users to have better control of when content is served, based on device.
Chuck Norris Jokes Widget
chuck-norris-joke-widget
Shows a random Chuck Norris joke on your blog. For personalized Chuck Norris jokes starring yourself, please refer to the Personalized Chuck Norris Jo …
Whoa! Rotate Developer Profile
18 plugins · 3K total installs
How We Detect Whoa! Rotate
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
<style>
@-webkit-keyframes rotate {
0% { -webkit-transform:rotate(0deg);}
100% { -webkit-transform:rotate(390deg); }
}
#page{
-webkit-animation: rotate 5s infinite;
}
</style>