WP GitHub Buttons Security & Risk Analysis

wordpress.org/plugins/wp-github-buttons

Displays GitHub buttons.

10 active installs v1.0.0 PHP + WP 3.3+ Updated Unknown
buttonbuttonsshortcodewidgetwidgets
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP GitHub Buttons Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The wp-github-buttons v1.0.0 plugin demonstrates a generally strong security posture, with no recorded vulnerabilities or critical issues identified in past assessments. The static analysis reveals a limited attack surface, with no AJAX handlers, REST API routes, shortcodes, or cron events exposed without authentication or permission checks. The code also utilizes prepared statements for its single SQL query and has capability checks in place, indicating adherence to some fundamental WordPress security practices.

However, there are areas of concern that prevent a completely clean bill of health. The taint analysis flagged four flows with unsanitized paths, which, while not resulting in critical or high severity issues in this version, represent a potential weakness. Furthermore, the output escaping is only properly handled 60% of the time, meaning a significant portion of outputs could be vulnerable to cross-site scripting (XSS) if user-supplied data is involved. The complete absence of nonce checks, especially given the presence of file operations and external HTTP requests, is also a significant concern as it leaves these operations vulnerable to Cross-Site Request Forgery (CSRF) attacks.

In conclusion, while the plugin has a clean vulnerability history and a small attack surface, the identified taint flows and, more importantly, the insufficient output escaping and lack of nonce checks, introduce notable risks. The plugin would benefit from improvements in input validation and output sanitization to mitigate potential XSS and CSRF vulnerabilities.

Key Concerns

  • Taint flows with unsanitized paths found
  • Output escaping only 60% proper
  • No nonce checks present
Vulnerabilities
None known

WP GitHub Buttons Security Vulnerabilities

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

WP GitHub Buttons Code Analysis

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

SQL Query Safety

100% prepared1 total queries

Output Escaping

60% escaped52 total outputs
Data Flows
4 unsanitized

Data Flow Analysis

4 flows4 with unsanitized paths
_getWPRemotePostStatus (include\library\admin-page-framework\factory\AdminPageFramework_Factory\view\AdminPageFramework_FieldType\AdminPageFramework_FieldType_system.php:172)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP GitHub Buttons Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 32
actionadmin_print_footer_scriptsinclude\class\field_type\WPGitHubButtons_RevealerCustomFieldType.php:42
actionwp_footerinclude\class\resource\WPGitHubButtons_ResourceLoader.php:23
actionshutdowninclude\library\admin-page-framework\factory\AdminPageFramework_Factory\AdminPageFramework_Factory_Controller.php:53
actionshutdowninclude\library\admin-page-framework\factory\AdminPageFramework_Factory\AdminPageFramework_Factory_Controller.php:64
actionshutdowninclude\library\admin-page-framework\factory\AdminPageFramework_Factory\AdminPageFramework_Factory_Model.php:59
actioncurrent_screeninclude\library\admin-page-framework\factory\AdminPageFramework_Factory\AdminPageFramework_Factory_Router.php:24
actionnetwork_admin_noticesinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\AdminPageFramework_Factory_View.php:13
actionadmin_noticesinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\AdminPageFramework_Factory_View.php:15
actionadmin_enqueue_scriptsinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\controller\AdminPageFramework_Resource_Base.php:21
actionadmin_enqueue_scriptsinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\controller\AdminPageFramework_Resource_Base.php:22
actioncustomize_controls_print_footer_scriptsinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\controller\AdminPageFramework_Resource_Base.php:25
actioncustomize_controls_print_footer_scriptsinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\controller\AdminPageFramework_Resource_Base.php:26
actionadmin_footerinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\controller\AdminPageFramework_Resource_Base.php:27
actionadmin_footerinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\controller\AdminPageFramework_Resource_Base.php:28
actionadmin_print_footer_scriptsinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\controller\AdminPageFramework_Resource_Base.php:29
actionadmin_print_footer_scriptsinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\controller\AdminPageFramework_Resource_Base.php:30
filterscript_loader_srcinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\controller\AdminPageFramework_Resource_Base.php:31
filterstyle_loader_srcinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\controller\AdminPageFramework_Resource_Base.php:32
filterclean_urlinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\controller\AdminPageFramework_Resource_Base.php:44
filtermedia_upload_tabsinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\view\AdminPageFramework_FieldType\AdminPageFramework_FieldType_Base.php:73
filtergettextinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\view\AdminPageFramework_FieldType\AdminPageFramework_FieldType_Base.php:83
actionin_admin_footerinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\view\AdminPageFramework_PageLoadInfo_Base.php:17
actioncustomize_controls_print_footer_scriptsinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\view\AdminPageFramework_Script\AdminPageFramework_Script_Base.php:17
actionadmin_footerinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\view\AdminPageFramework_Script\AdminPageFramework_Script_Base.php:18
actionadmin_footerinclude\library\admin-page-framework\factory\AdminPageFramework_Factory\view\AdminPageFramework_Script\AdminPageFramework_Script_MediaUploader.php:12
actionwidgets_initinclude\library\admin-page-framework\factory\AdminPageFramework_Widget\AdminPageFramework_Widget_Controller.php:15
actionwidgets_initinclude\library\admin-page-framework\factory\AdminPageFramework_Widget\AdminPageFramework_Widget_Model.php:14
actionadmin_noticesinclude\library\admin-page-framework\utility\AdminPageFramework_AdminNotice.php:16
actioninitinclude\library\admin-page-framework\utility\AdminPageFramework_PluginBootstrap.php:35
actionadmin_noticesinclude\library\admin-page-framework\utility\AdminPageFramework_Requirement.php:75
actionadmin_noticesinclude\library\admin-page-framework\utility\AdminPageFramework_Requirement.php:93
actionadmin_noticeswp-github-buttons.php:193
Maintenance & Trust

WP GitHub Buttons Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedUnknown
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP GitHub 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 GitHub 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-github-buttons/asset/css/wp-github-buttons.css/wp-content/plugins/wp-github-buttons/asset/js/wp-github-buttons.js
Script Paths
/wp-content/plugins/wp-github-buttons/asset/js/wp-github-buttons.js
Version Parameters
/wp-content/plugins/wp-github-buttons/asset/css/wp-github-buttons.css?ver=/wp-content/plugins/wp-github-buttons/asset/js/wp-github-buttons.js?ver=

HTML / DOM Fingerprints

CSS Classes
wp-github-button
Shortcode Output
[wp_github_button
FAQ

Frequently Asked Questions about WP GitHub Buttons