WP Showcase for GitHub Security & Risk Analysis

wordpress.org/plugins/wp-showcase-for-github

Display Your GitHub Projects on your WordPress website using a simple shortcode. This plugin comes with rich settings page where you can configure eve …

0 active installs v1.0.0 PHP 7.0.0+ WP 4.4+ Updated Sep 19, 2019
display-githubgithubgithub-projectsshow-github
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Showcase for GitHub Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The 'wp-showcase-for-github' plugin v1.0.0 exhibits a mixed security posture. On the positive side, the plugin has a very small attack surface, with only one shortcode identified and no AJAX handlers, REST API routes, or cron events. The code also demonstrates good practices by utilizing prepared statements for all SQL queries and performing no file operations or external HTTP requests (though one external HTTP request is noted in the signals, which is a contradiction and warrants further investigation). The absence of known vulnerabilities in its history is also a positive indicator.

However, several significant concerns emerge from the static analysis. The most prominent is that 0% of the outputs are properly escaped. This is a critical weakness as it opens the door to Cross-Site Scripting (XSS) vulnerabilities, where an attacker could inject malicious scripts into the plugin's output displayed on a user's website. Additionally, the plugin lacks nonce checks and capability checks entirely, meaning that even though the attack surface is small, any functionality exposed, particularly through the shortcode, is not protected against unauthorized access or manipulation. The lack of taint analysis results (0 flows analyzed) is also a concern, as it implies this type of deeper security check has not been performed, or at least not reported.

Key Concerns

  • No output escaping
  • Missing nonce checks
  • Missing capability checks
  • External HTTP requests detected
Vulnerabilities
None known

WP Showcase for GitHub Security Vulnerabilities

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

WP Showcase for GitHub Code Analysis

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

Output Escaping

0% escaped4 total outputs
Attack Surface

WP Showcase for GitHub Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[ghp_github_repos] template\shortcode-github-projects.php:47
WordPress Hooks 8
actionadmin_menuinc\add-options-page.php:33
actionwp_enqueue_scriptsinc\dynamic-style.php:23
actionadmin_enqueue_scriptsinc\enqueue-scripts.php:13
actionadmin_initinc\save-options.php:8
actionplugins_loadedinc\textdomain.php:8
actioninitposts\insert-post.php:40
actionghp_before_post_insertedposts\insert-post.php:55
actioninitposts\register-github-posts.php:2
Maintenance & Trust

WP Showcase for GitHub Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedSep 19, 2019
PHP min version7.0.0
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

WP Showcase for GitHub Developer Profile

Galib Riad

2 plugins · 20 total installs

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

How We Detect WP Showcase for GitHub

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-showcase-for-github/assets/public/css/ghp-style.css/wp-content/plugins/wp-showcase-for-github/assets/admin/js/ghp-admin.js
Script Paths
/wp-content/plugins/wp-showcase-for-github/assets/admin/js/ghp-admin.js
Version Parameters
wp-showcase-for-github/assets/admin/js/ghp-admin.js?ver=1.0.0

HTML / DOM Fingerprints

CSS Classes
ghp-repo-wrappersingle-repo-itemrepo-title
Data Attributes
data-ghp_column
JS Globals
GHP_PLUGIN_DIR
Shortcode Output
<div class="ghp-repo-wrapper"><div class="row"><div class="col-md-<a href="
FAQ

Frequently Asked Questions about WP Showcase for GitHub