GitHub User Repo Widget Security & Risk Analysis

wordpress.org/plugins/github-user-repo-widget

A simple widget that will show a list of repos for a specified GitHub user.

10 active installs v1.0.0 PHP + WP 3.4+ Updated Sep 24, 2012
githubwidgetwidget-only
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is GitHub User Repo Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The 'github-user-repo-widget' v1.0.0 plugin exhibits a mixed security posture. On the positive side, the absence of known CVEs and a clean vulnerability history suggest a historically stable plugin. The code analysis also shows good practices in SQL query handling, with 100% using prepared statements, and no file operations or external HTTP requests are directly performed by the plugin itself. However, there are significant areas of concern. The use of the `create_function` is a critical security anti-pattern, as it can lead to arbitrary code execution if user input is not meticulously sanitized before being passed to it. Furthermore, only 30% of output is properly escaped, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities, especially given the lack of robust capability checks and nonce checks on potential entry points, even though the reported attack surface is currently zero. The lack of taint analysis data is also a gap, preventing a full understanding of how data flows within the plugin.

Key Concerns

  • Use of dangerous function create_function
  • Low percentage of properly escaped output (30%)
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

GitHub User Repo Widget Security Vulnerabilities

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

GitHub User Repo Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', "register_widget('ja_github_repo_Widget');" ) );github-repos-widget.php:191

Output Escaping

30% escaped20 total outputs
Attack Surface

GitHub User Repo Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initgithub-repos-widget.php:191
Maintenance & Trust

GitHub User Repo Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedSep 24, 2012
PHP min version
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

GitHub User Repo Widget Developer Profile

Jared Atchison

8 plugins · 53K total installs

91
trust score
Avg Security Score
87/100
Avg Patch Time
1 days
View full developer profile
Detection Fingerprints

How We Detect GitHub User Repo Widget

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
guthub-repo-widget
Data Attributes
data-id_base="ja-github"
FAQ

Frequently Asked Questions about GitHub User Repo Widget