WP Github Commits Security & Risk Analysis

wordpress.org/plugins/wp-github-commits

Displays the latest commits of a github repo in the sidebar.

10 active installs v0.6 PHP + WP 3.5+ Updated Oct 13, 2021
commitsgithubwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Github Commits Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 4yr ago
Risk Assessment

The wp-github-commits v0.6 plugin exhibits a generally good security posture, primarily due to its minimal attack surface and the absence of known vulnerabilities. The plugin successfully uses prepared statements for all SQL queries and includes nonce and capability checks for its limited entry points. However, there are a few areas for improvement. The presence of the `create_function` function is a significant concern, as it can be exploited for code injection if improperly handled. Additionally, only 13% of outputs are properly escaped, leaving potential for cross-site scripting (XSS) vulnerabilities if user-controlled data is outputted without sufficient sanitization. The single external HTTP request also warrants careful review to ensure it doesn't expose the site to vulnerabilities like SSRF. Despite these concerns, the lack of a recorded vulnerability history and the limited attack surface suggest a relatively safe plugin, provided the identified code signals are addressed.

Key Concerns

  • Use of create_function()
  • Low percentage of properly escaped output
  • External HTTP request without context
Vulnerabilities
None known

WP Github Commits Security Vulnerabilities

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

WP Github Commits Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("WP_Github_Commits_Widget");'wp-github-commits.php:258

Output Escaping

13% escaped30 total outputs
Attack Surface

WP Github Commits Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_menuwp-github-commits.php:61
actionsave_postwp-github-commits.php:62
actioninitwp-github-commits.php:255
actionwidgets_initwp-github-commits.php:258
Maintenance & Trust

WP Github Commits Maintenance & Trust

Maintenance Signals

WordPress version tested5.8.13
Last updatedOct 13, 2021
PHP min version
Downloads3K

Community Trust

Rating90/100
Number of ratings2
Active installs10
Developer Profile

WP Github Commits Developer Profile

Sudar Muthu

16 plugins · 21K 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 Commits

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-commits/css/style.css

HTML / DOM Fingerprints

HTML Comments
<!-- WP Github Commits Page Fields -->
Data Attributes
name="wp_github_commits_noncename"id="wp_github_commits_noncename"name="gc_widget_title"name="github_user"id="github_user"name="github_repo"+1 more
FAQ

Frequently Asked Questions about WP Github Commits