Post Show Security & Risk Analysis

wordpress.org/plugins/c4d-post-show

A simple plugin allows you display posts.

10 active installs v2.0.3 PHP + WP 3.3+ Updated Nov 16, 2017
grid-postpostpost-showcasethemewidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Post Show Safe to Use in 2026?

Generally Safe

Score 85/100

Post Show has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 8yr ago
Risk Assessment

The "c4d-post-show" plugin version 2.0.3 exhibits a generally good security posture based on the provided static analysis. The absence of AJAX handlers, REST API routes, cron events, and file operations significantly reduces the attack surface. Furthermore, all detected SQL queries utilize prepared statements, and there are no recorded vulnerabilities (CVEs) in its history. This indicates a proactive approach to security by the developers.

However, there are areas for improvement. The presence of a shortcode represents an entry point that lacks specific checks like nonce or capability checks. While the attack surface is small, this unprotected entry point could be a potential weakness if it handles user-supplied data. Additionally, the output escaping is only at 60% effectiveness, meaning some data rendered to the user might not be properly sanitized, potentially leading to Cross-Site Scripting (XSS) vulnerabilities if user-controlled data is displayed without adequate escaping.

In conclusion, the plugin is strong in its handling of database operations and its lack of historical vulnerabilities. The main concerns lie with the single shortcode entry point and the partial output escaping, which, while not critical based on the current data, represent opportunities for attackers to exploit if these areas are not addressed. Continued vigilance in code review and adherence to WordPress security best practices for all entry points are recommended.

Key Concerns

  • Unprotected shortcode entry point
  • Insufficient output escaping (60%)
Vulnerabilities
None known

Post Show Security Vulnerabilities

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

Post Show Code Analysis

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

Output Escaping

60% escaped10 total outputs
Attack Surface

Post Show Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[c4d-post-show] c4d-post-show.php:15
WordPress Hooks 2
actionwp_enqueue_scriptsc4d-post-show.php:14
filterplugin_row_metac4d-post-show.php:16
Maintenance & Trust

Post Show Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedNov 16, 2017
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Post Show Developer Profile

coffee4dev

18 plugins · 400 total installs

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

How We Detect Post Show

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/c4d-post-show/assets/default.css/wp-content/plugins/c4d-post-show/assets/default.js
Script Paths
/wp-content/plugins/c4d-post-show/assets/default.js
Version Parameters
c4d-post-show/assets/default.css?ver=c4d-post-show/assets/default.js?ver=

HTML / DOM Fingerprints

CSS Classes
c4d-post-show__noti
Data Attributes
post_class('item')
JS Globals
c4d_post_show
Shortcode Output
[c4d-post-show
FAQ

Frequently Asked Questions about Post Show