Elevator Security & Risk Analysis

wordpress.org/plugins/elevator

Elevator is a streamlined little WordPress plugin with only one purpose; to soothingly transport your visitors back to the top of the page!

30 active installs v1.0.5.4 PHP + WP 3.5+ Updated Aug 13, 2022
backtotopmusicnavigationscrolltotop
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Elevator Safe to Use in 2026?

Generally Safe

Score 85/100

Elevator 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 "elevator" plugin v1.0.5.4 exhibits a strong security posture based on the provided static analysis. The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events, especially those without authentication checks, significantly limits the potential attack surface. The code also shows good practices in handling SQL queries with 100% prepared statements and no dangerous functions or file operations. This suggests a developer who is mindful of common web security vulnerabilities.

However, the static analysis does reveal some areas of concern. Notably, none of the identified output operations are properly escaped, which presents a risk of Cross-Site Scripting (XSS) vulnerabilities if the output contains user-supplied data. The lack of any nonce checks or capability checks on the identified entry points, though currently minimal in number, means that if new entry points are introduced or existing ones are used in a context where permissions matter, these protections are absent. The plugin's vulnerability history is clean, with no recorded CVEs, which is a positive indicator, but it's crucial to remember that this is based on past performance and doesn't guarantee future safety.

In conclusion, while the "elevator" plugin is off to a very promising start with a minimal attack surface and good SQL handling, the unescaped output is a significant weakness that needs immediate attention. The absence of any authentication or capability checks on entry points also poses a latent risk. The clean vulnerability history is reassuring, but the identified code quality issues mean vigilance is still required.

Key Concerns

  • Output is not properly escaped
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Elevator Security Vulnerabilities

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

Elevator Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface

Elevator Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionwp_enqueue_scriptselevator.php:27
actionwp_footerelevator.php:48
actionwp_footerelevator.php:69
Maintenance & Trust

Elevator Maintenance & Trust

Maintenance Signals

WordPress version tested6.0.11
Last updatedAug 13, 2022
PHP min version
Downloads3K

Community Trust

Rating94/100
Number of ratings3
Active installs30
Developer Profile

Elevator Developer Profile

Erica

4 plugins · 920 total installs

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

How We Detect Elevator

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/elevator/assets/js/elevator.min.js
Script Paths
/wp-content/plugins/elevator/assets/js/elevator.min.js
Version Parameters
elevator/assets/js/elevator.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
elevator-containerelevator-button
Data Attributes
scoped="scoped"
JS Globals
Elevator
Shortcode Output
<div id="elevator" class="elevator-container"><style type="text/css" scoped="scoped">#elevator{text-align:center;}.elevator-button{padding:20px;width:auto;margin:auto;display:inline-block;}.elevator-button:hover{cursor:pointer;}</style><div class="elevator-button">Back to Top</div></div>
FAQ

Frequently Asked Questions about Elevator