WPFY Scroller Security & Risk Analysis

wordpress.org/plugins/wpfy-scroller

This simple lightweight plugin will add a scroll top icon in bottom area of your page to enhance your user experience.

0 active installs v1.1 PHP 7.0+ WP 4.7+ Updated Sep 24, 2022
back-to-topscroll-to-topscroll-top
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WPFY Scroller Safe to Use in 2026?

Generally Safe

Score 85/100

WPFY Scroller has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3yr ago
Risk Assessment

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
Vulnerabilities
None known

WPFY Scroller Security Vulnerabilities

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

WPFY Scroller Release Timeline

v1.0
Code Analysis
Analyzed Apr 16, 2026

WPFY Scroller Code Analysis

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

Output Escaping

75% escaped8 total outputs
Attack Surface

WPFY Scroller Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_menuwpfy-scroller.php:23
actionadmin_initwpfy-scroller.php:24
actionwp_enqueue_scriptswpfy-scroller.php:25
actionwp_footerwpfy-scroller.php:28
actionadmin_enqueue_scriptswpfy-scroller.php:31
Maintenance & Trust

WPFY Scroller Maintenance & Trust

Maintenance Signals

WordPress version tested6.0.11
Last updatedSep 24, 2022
PHP min version7.0
Downloads766

Community Trust

Rating100/100
Number of ratings1
Active installs0
Developer Profile

WPFY Scroller Developer Profile

Akramul Hasan

2 plugins · 0 total installs

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

How We Detect WPFY Scroller

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

Asset Fingerprints

Asset Paths
/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.js
Script Paths
plugins_url('/assets/js/colorPicker.js', __FILE__)

HTML / DOM Fingerprints

CSS Classes
topbutton
Data Attributes
class="cpa-color-picker"class="cpa-color-picker-hover"
Shortcode Output
<a style="width: px; height: px; background:" href="#" class="topbutton"><div class="icon-wrap"><span class="top-icon">&#8593;</span></div></a>
FAQ

Frequently Asked Questions about WPFY Scroller