Scroll Page To Top Security & Risk Analysis

wordpress.org/plugins/scroll-page-to-top

Scroll Page To Top is a lightweight plugin that helps to add "Scroll to top / Back to top / Scroll Page to Top / Bottom to top" feature in y …

0 active installs v1.0.1 PHP + WP 3.1+ Updated Unknown
back-to-topbottom-to-topscroll-pagescroll-page-to-topscroll-to-top
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Scroll Page To Top Safe to Use in 2026?

Generally Safe

Score 100/100

Scroll Page To Top has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "scroll-page-to-top" plugin v1.0.1 presents a mixed security posture. On the positive side, it exhibits a very small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all SQL queries are properly prepared, and there are no external HTTP requests or file operations, indicating good practices in these areas. However, the static analysis reveals significant concerns, most notably the presence of the `unserialize` function without any apparent sanitization or checks, which is a critical security risk. The low percentage of properly escaped output (8%) suggests a potential for Cross-Site Scripting (XSS) vulnerabilities. The complete absence of nonce and capability checks on any potential entry points (though none were identified in this analysis) is also a weakness, as it leaves the door open for unauthorized actions if any entry points were to be discovered or added in future versions. The plugin's vulnerability history is clean, with no recorded CVEs, which is a positive indicator. This suggests either a history of secure development or a lack of scrutiny. In conclusion, while the plugin's current attack surface is minimal and it avoids common pitfalls like raw SQL, the critical `unserialize` function and poor output escaping introduce substantial risks that require immediate attention. The lack of fundamental security checks like nonces and capability checks, even with a small attack surface, should be addressed to improve its overall security resilience.

Key Concerns

  • Use of unserialize function
  • Low percentage of output escaping
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Scroll Page To Top Security Vulnerabilities

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

Scroll Page To Top Code Analysis

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

Dangerous Functions Found

unserialize$this->rps_scroll_settings = unserialize(get_option('_rps_scroll_page_to_top_settings'));scroll-page-to-top.php:19

Output Escaping

8% escaped12 total outputs
Attack Surface

Scroll Page To Top Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionwp_enqueue_scriptsscroll-page-to-top.php:20
actionwp_headscroll-page-to-top.php:21
actionwp_footerscroll-page-to-top.php:22
Maintenance & Trust

Scroll Page To Top Maintenance & Trust

Maintenance Signals

WordPress version tested5.7.15
Last updatedUnknown
PHP min version
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs0
Developer Profile

Scroll Page To Top Developer Profile

pradeepsinghweb

2 plugins · 20 total installs

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

How We Detect Scroll Page To Top

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/scroll-page-to-top/js/jquery.scrollUp.min.js
Script Paths
/wp-content/plugins/scroll-page-to-top/js/jquery.scrollUp.min.js
Version Parameters
scroll-page-to-top/js/jquery.scrollUp.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
rps_scroll_page_to_top
Data Attributes
data-rps_scroll_page_to_top_settings
JS Globals
rps_scroll_page_to_top
FAQ

Frequently Asked Questions about Scroll Page To Top