Admin Keys Security & Risk Analysis

wordpress.org/plugins/admin-keys

Admin Keys provide intuitive WordPress admin keyboard shortcuts for accessibility and efficiency

10 active installs v1.4.0 PHP + WP 3.9.3+ Updated May 18, 2015
adminadmin-barhotkeyssidebartoggle
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Admin Keys Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The admin-keys v1.4.0 plugin exhibits a generally strong security posture based on the static analysis. The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the potential attack surface. Furthermore, the code signals indicate a responsible approach to database interactions, with 100% of SQL queries utilizing prepared statements. The presence of capability checks also suggests an attempt to enforce user permissions.

However, a critical concern arises from the output escaping. With 100% of outputs being unescaped, this presents a significant risk of Cross-Site Scripting (XSS) vulnerabilities. Any data rendered to the user interface that originates from an untrusted source, or is manipulated in any way before display, could potentially be exploited. The lack of nonces on any entry points, while not directly exploitable due to the absence of such entry points, is a missed opportunity for robust security practices if entry points were ever introduced.

The vulnerability history is clean, with no recorded CVEs, which is a positive indicator. This suggests that the plugin has either not been a target of significant exploitation or has been well-maintained in the past. Overall, while the plugin has a low attack surface and good database practices, the lack of output escaping is a severe weakness that requires immediate attention.

Key Concerns

  • 100% of outputs unescaped
  • No nonce checks on potential entry points
Vulnerabilities
None known

Admin Keys Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Admin Keys Release Timeline

v1.4.0Current
v1.3.0
v1.1.0
v1.0.0
Code Analysis
Analyzed Mar 17, 2026

Admin Keys Code Analysis

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

Output Escaping

0% escaped1 total outputs
Attack Surface

Admin Keys Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 8
actioninitadmin-keys.php:29
actionwp_headadmin-keys.php:30
actionadmin_headadmin-keys.php:33
actioninitadmin-keys.php:34
actionadmin_footeradmin-keys.php:35
filteradmin_footer_textadmin-keys.php:36
actionin_admin_headertmpl\help-tab.php:76
actionin_admin_headertmpl\help-tab.php:109
Maintenance & Trust

Admin Keys Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedMay 18, 2015
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Admin Keys Developer Profile

joesat

3 plugins · 210 total installs

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

How We Detect Admin Keys

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/admin-keys/assets/js/mousetrap.min.js/wp-content/plugins/admin-keys/assets/js/mousetrap-global-bind.min.js/wp-content/plugins/admin-keys/assets/js/admin.js/wp-content/plugins/admin-keys/assets/css/admin.css
Script Paths
/wp-content/plugins/admin-keys/assets/js/mousetrap.min.js/wp-content/plugins/admin-keys/assets/js/mousetrap-global-bind.min.js/wp-content/plugins/admin-keys/assets/js/admin.js
Version Parameters
mousetrap.min.js?ver=mousetrap-global-bind.min.js?ver=admin.js?ver=admin.css?ver=

HTML / DOM Fingerprints

CSS Classes
admin-keys-modaladmin-keys-modal-triggercolumnscolumninside
Data Attributes
id="admin-keys-modal-trigger"href="#TB_inline?width=600&height=550&inlineId=admin-keys-modal"class="thickbox"
JS Globals
akSiteUrlakAdminUrl
FAQ

Frequently Asked Questions about Admin Keys