WP Skyscraper Security & Risk Analysis

wordpress.org/plugins/wp-skyscraper

WP Skyscraper is a wordpress plugin that allows you to add fixed box on your wordpress blog.

10 active installs v0.1 PHP + WP 2.8+ Updated Jan 16, 2010
boxfixedmenuskyscraperstatic
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Skyscraper Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 16yr ago
Risk Assessment

The wp-skyscraper v0.1 plugin exhibits a mixed security posture. On the positive side, the plugin does not appear to have any direct entry points through AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, it uses prepared statements exclusively for its SQL queries and has no recorded vulnerability history, suggesting a potentially careful development approach regarding common attack vectors and past security issues.

However, significant concerns arise from the static analysis. The complete lack of output escaping (0% properly escaped) is a critical vulnerability. This means that any data processed or displayed by the plugin is highly susceptible to cross-site scripting (XSS) attacks, allowing attackers to inject malicious scripts into the user's browser. The absence of nonce checks and capability checks on its (currently nonexistent) entry points, along with no apparent taint analysis being performed, further exacerbates this risk by leaving potential future attack vectors unchecked. The bundling of Select2, while a common library, also presents a potential risk if it's an outdated version that may contain known vulnerabilities.

In conclusion, while the plugin currently presents a very small attack surface and a clean vulnerability history, the severe lack of output escaping is a glaring weakness that makes it highly insecure against XSS attacks. Developers should prioritize implementing proper output escaping mechanisms immediately. Future development should also incorporate robust authentication and authorization checks for any new entry points introduced.

Key Concerns

  • 0% output escaping
  • Bundled library (Select2)
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

WP Skyscraper Security Vulnerabilities

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

WP Skyscraper Code Analysis

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

Bundled Libraries

Select2

Output Escaping

0% escaped24 total outputs
Attack Surface

WP Skyscraper Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionwp_headskyscraper.php:79
actionget_footerskyscraper.php:94
actionadmin_headskyscraper.php:108
actionadmin_menuskyscraper.php:294
actionadmin_initskyscraper.php:295
Maintenance & Trust

WP Skyscraper Maintenance & Trust

Maintenance Signals

WordPress version tested2.9.0
Last updatedJan 16, 2010
PHP min version
Downloads6K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Skyscraper Developer Profile

jakubas

4 plugins · 40 total installs

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

How We Detect WP Skyscraper

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-skyscraper/js/css/colorpicker.css/wp-content/plugins/wp-skyscraper/js/js/jquery.js/wp-content/plugins/wp-skyscraper/js/js/colorpicker.js
Script Paths
/wp-content/plugins/wp-skyscraper/js/js/jquery.js/wp-content/plugins/wp-skyscraper/js/js/colorpicker.js

HTML / DOM Fingerprints

CSS Classes
wp_skyscraper_c2
Data Attributes
data-colorpicker
JS Globals
jQuery$
FAQ

Frequently Asked Questions about WP Skyscraper