Post count shortcode Security & Risk Analysis

wordpress.org/plugins/post-count-shortcode

Show all published posts count by shortcode.

0 active installs v1.3 PHP + WP + Updated Mar 28, 2023
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Post count shortcode Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 3yr ago
Risk Assessment

The "post-count-shortcode" v1.3 plugin exhibits a generally good security posture based on the provided static analysis and vulnerability history. The code appears to follow best practices by not utilizing dangerous functions, employing prepared statements for all SQL queries, and properly escaping all output. The absence of file operations and external HTTP requests further reduces the attack surface. The plugin also boasts zero known CVEs, which indicates a history of stable and secure development.

However, a significant concern arises from the lack of any evident capability checks or nonce checks across its single entry point, a shortcode. While the static analysis shows no direct vulnerabilities like unsanitized paths or raw SQL, the absence of authorization and integrity checks means that any user, regardless of their role or intention, can trigger the shortcode's functionality. This could potentially be exploited if the shortcode's output or behavior has unintended consequences or can be manipulated to reveal sensitive information or perform unauthorized actions, even if not directly evident in this simplified analysis. Therefore, while the code itself seems clean, the lack of protective measures on its sole entry point presents a notable risk.

In conclusion, the plugin is strong in its internal code hygiene, demonstrating excellent SQL and output handling. Its clean vulnerability history is a positive sign. The primary weakness lies in the absence of security checks on its shortcode, leaving it open to potential manipulation by any user. This balances out the otherwise robust internal security.

Key Concerns

  • Missing capability checks on shortcode
  • Missing nonce checks on shortcode
Vulnerabilities
None known

Post count shortcode Security Vulnerabilities

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

Post count shortcode Code Analysis

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

Output Escaping

100% escaped3 total outputs
Attack Surface

Post count shortcode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[show_post_count] post-count-shortcode.php:52
WordPress Hooks 3
actionadmin_menuoption-page\option-page.php:71
actionadmin_initpost-count-shortcode.php:28
actioninitpost-count-shortcode.php:48
Maintenance & Trust

Post count shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested6.1.10
Last updatedMar 28, 2023
PHP min version
Downloads573

Community Trust

Rating0/100
Number of ratings0
Active installs0
Alternatives

Post count shortcode Alternatives

No alternatives data available yet.

Developer Profile

Post count shortcode Developer Profile

lumarsha

5 plugins · 20 total installs

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

How We Detect Post count shortcode

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-count-shortcode/languages

HTML / DOM Fingerprints

Shortcode Output
<div></div>
FAQ

Frequently Asked Questions about Post count shortcode