Access Keys Security & Risk Analysis

wordpress.org/plugins/access-keys

Add Access Keys to Category and Page navigation menus to make your website far more accessible.

70 active installs v1.0 PHP + WP 2.1+ Updated Apr 6, 2008
access-keysaccessibilityadmincategoriespages
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Access Keys Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 18yr ago
Risk Assessment

The "access-keys" plugin v1.0 exhibits a strong security posture based on the provided static analysis. The absence of any identified AJAX handlers, REST API routes, shortcodes, or cron events significantly limits the plugin's attack surface. Furthermore, the code signals show no dangerous functions, no raw SQL queries (all use prepared statements), no file operations, and no external HTTP requests. This suggests a well-contained and defensively programmed plugin.

However, the analysis does reveal a critical concern: 100% of output is not properly escaped. This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, as user-controlled data that is outputted by the plugin may not be sanitized, allowing attackers to inject malicious scripts. The lack of any identified capability checks or nonce checks on potential entry points further exacerbates this risk, as there are no authorization or integrity checks implemented.

The vulnerability history is clean, with no recorded CVEs. This is a positive indicator of the plugin's past security and the developers' diligence. However, the lack of historical vulnerabilities should not overshadow the current, significant risk posed by the unescaped output. The plugin has strengths in its limited attack surface and secure SQL handling, but the unescaped output presents a severe weakness that requires immediate attention.

Key Concerns

  • 100% of output not properly escaped
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Access Keys Security Vulnerabilities

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

Access Keys Code Analysis

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

Output Escaping

0% escaped4 total outputs
Attack Surface

Access Keys Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
filterwp_list_categoriesaccess_keys.php:24
filterwp_list_pagesaccess_keys.php:33
actionadmin_menuaccess_keys.php:68
Maintenance & Trust

Access Keys Maintenance & Trust

Maintenance Signals

WordPress version tested2.5
Last updatedApr 6, 2008
PHP min version
Downloads8K

Community Trust

Rating0/100
Number of ratings0
Active installs70
Developer Profile

Access Keys Developer Profile

Aaron Butacov

6 plugins · 1K total installs

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

How We Detect Access Keys

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
cat-itempage_item
Data Attributes
name="access_keys[page]name="access_keys[cat]
FAQ

Frequently Asked Questions about Access Keys