WP Admin Buttons Security & Risk Analysis

wordpress.org/plugins/wp-admin-buttons

Displays WordPress admin style buttons in the front end.

10 active installs v1.0.2 PHP + WP 3.3+ Updated Feb 1, 2015
admin-uibuttonbuttonsshortcodewidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Admin Buttons Safe to Use in 2026?

Generally Safe

Score 85/100

WP Admin Buttons 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 wp-admin-buttons plugin, version 1.0.2, exhibits a generally strong security posture based on the provided static analysis. The complete absence of identified AJAX handlers, REST API routes, shortcodes, and cron events significantly limits its attack surface. Furthermore, the code signals indicate a responsible approach to database interactions with 100% of SQL queries using prepared statements. The lack of dangerous functions, file operations, and external HTTP requests also contributes to a favorable security profile.

However, there are notable areas for improvement. The output escaping is only properly implemented for 57% of the outputs, indicating a potential risk of cross-site scripting (XSS) vulnerabilities if unsanitized data is rendered directly in the browser. The absence of nonce checks and capability checks, while not directly exploitable due to the limited attack surface, represents a missed opportunity for robust security practices. The vulnerability history is clean, with no known CVEs, which is a positive indicator but doesn't negate the risks identified in the code analysis. Overall, the plugin appears to be relatively safe due to its minimal attack surface, but the unescaped output is a specific concern that should be addressed.

Key Concerns

  • Low output escaping coverage
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

WP Admin Buttons Security Vulnerabilities

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

WP Admin Buttons Code Analysis

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

Output Escaping

57% escaped7 total outputs
Attack Surface

WP Admin Buttons Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_print_footer_scriptsinclude\class\admin\field_type\WPAdminButtons_RevealerCustomFieldType.php:42
actionwp_enqueue_scriptsinclude\class\style\WPAdminButtons_StyleLoader.php:22
actionadmin_noticeswp-admin-buttons.php:193
Maintenance & Trust

WP Admin Buttons Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.0
Last updatedFeb 1, 2015
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Admin Buttons Developer Profile

miunosoft

15 plugins · 2K total installs

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

How We Detect WP Admin Buttons

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-admin-buttons/asset/css/common.css/wp-content/plugins/wp-admin-buttons/asset/css/wp-admin-buttons.css/wp-content/plugins/wp-admin-buttons/asset/js/common.js/wp-content/plugins/wp-admin-buttons/asset/js/wp-admin-buttons.js
Script Paths
/wp-content/plugins/wp-admin-buttons/asset/js/common.js/wp-content/plugins/wp-admin-buttons/asset/js/wp-admin-buttons.js
Version Parameters
wp-admin-buttons/asset/css/common.css?ver=wp-admin-buttons/asset/css/wp-admin-buttons.css?ver=wp-admin-buttons/asset/js/common.js?ver=wp-admin-buttons/asset/js/wp-admin-buttons.js?ver=

HTML / DOM Fingerprints

CSS Classes
wp-admin-buttons-containerwpab-custom-field-type-revealer
Data Attributes
data-wpab-field-type-revealer
JS Globals
WPAdminButtonsWPAdminButtons_Registry
Shortcode Output
[wp_admin_button
FAQ

Frequently Asked Questions about WP Admin Buttons