
Elevator Security & Risk Analysis
wordpress.org/plugins/elevatorElevator is a streamlined little WordPress plugin with only one purpose; to soothingly transport your visitors back to the top of the page!
Is Elevator Safe to Use in 2026?
Generally Safe
Score 85/100Elevator has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
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
Elevator Security Vulnerabilities
Elevator Code Analysis
Output Escaping
Elevator Attack Surface
WordPress Hooks 3
Maintenance & Trust
Elevator Maintenance & Trust
Maintenance Signals
Community Trust
Elevator Alternatives
Background Music Menu
background-music-menu
Adds background music to website as a choice of item in navigation menus admin area.
Breadcrumb NavXT
breadcrumb-navxt
Adds breadcrumb navigation showing the visitor's path to their current location.
WP-PageNavi
wp-pagenavi
Adds a more advanced paging navigation interface.
Max Mega Menu
megamenu
An easy to use mega menu plugin. Written the WordPress way.
LuckyWP Table of Contents
luckywp-table-of-contents
Creates SEO-friendly table of contents for your posts/pages. Works automatically or manually (via shortcode, Gutenberg block or widget).
Elevator Developer Profile
4 plugins · 920 total installs
How We Detect Elevator
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/elevator/assets/js/elevator.min.js/wp-content/plugins/elevator/assets/js/elevator.min.jselevator/assets/js/elevator.min.js?ver=HTML / DOM Fingerprints
elevator-containerelevator-buttonscoped="scoped"Elevator<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>