
WPFY Scroller Security & Risk Analysis
wordpress.org/plugins/wpfy-scrollerThis simple lightweight plugin will add a scroll top icon in bottom area of your page to enhance your user experience.
Is WPFY Scroller Safe to Use in 2026?
Generally Safe
Score 85/100WPFY Scroller has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The static analysis of wpfy-scroller v1.1 indicates a strong adherence to secure coding practices, with no identified dangerous functions, SQL injection vulnerabilities, or file operations. The plugin also demonstrates a commitment to security by using prepared statements for all SQL queries and a high percentage of properly escaped output. Furthermore, the absence of external HTTP requests and the lack of known CVEs in its history contribute to a generally positive security posture.
However, a significant concern arises from the complete lack of nonce and capability checks across all identified entry points. While the current attack surface is reported as zero, any future addition of AJAX handlers, REST API routes, or shortcodes without proper authentication and authorization mechanisms would introduce critical vulnerabilities. The zero taint flows and zero critical/high severity findings are positive, but the absence of checks on any potential entry points is a structural weakness that could be easily exploited if the attack surface were to expand or if an undocumented entry point exists.
In conclusion, wpfy-scroller v1.1 is currently in a good state from a vulnerability perspective, with no immediate exploitable flaws detected in its current form. Its strengths lie in its clean code regarding SQL and output handling. The primary weakness is the complete reliance on the absence of an attack surface for security, rather than implementing robust access control mechanisms, which leaves it susceptible to future misconfigurations or feature additions that introduce vulnerabilities. It is recommended to implement appropriate nonce and capability checks on all future or existing entry points.
Key Concerns
- No nonce checks implemented
- No capability checks implemented
- 1/4 outputs not properly escaped
WPFY Scroller Security Vulnerabilities
WPFY Scroller Release Timeline
WPFY Scroller Code Analysis
Output Escaping
WPFY Scroller Attack Surface
WordPress Hooks 5
Maintenance & Trust
WPFY Scroller Maintenance & Trust
Maintenance Signals
Community Trust
WPFY Scroller Alternatives
WPFront Scroll Top
wpfront-scroll-top
Adds a lightweight and smooth "Scroll to Top" button to your WordPress site, improving navigation and user experience with customizable options.
Smooth Back To Top Button
smooth-back-to-top-button
Smooth Back To Top button with scroll progress indicator.
Smooth Scroll Up
smooth-scroll-up
Smooth Scroll Up is a lightweight plugin that creates a customizable back to top feature in your WordPress website.
Back To Top Pro
back-to-top-pro
Scroll To Top plus 3 more Buttons including Back to Top, Home, Back and Email Buttons. Multiple styles, colors, position, sizes, opacity and more
Flexible Scroll Top
flexible-scroll-top
Add a slick, lightweight and customizable scroll to top button that uses SVG icon with no jQuery dependency.
WPFY Scroller Developer Profile
2 plugins · 0 total installs
How We Detect WPFY Scroller
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/wpfy-scroller/assets/css/style.css/wp-content/plugins/wpfy-scroller/assets/js/scroll-main.js/wp-content/plugins/wpfy-scroller/assets/js/colorPicker.jsplugins_url('/assets/js/colorPicker.js', __FILE__)HTML / DOM Fingerprints
topbuttonclass="cpa-color-picker"class="cpa-color-picker-hover"<a style="width: px; height: px; background:" href="#" class="topbutton"><div class="icon-wrap"><span class="top-icon">↑</span></div></a>