My Post Stats Dashboard Widget Security & Risk Analysis

wordpress.org/plugins/my-post-stats

A WordPress dashboard widget to display your own post stats.

0 active installs v1.0.1 PHP 7.0+ WP 5.0+ Updated Aug 29, 2024
apps
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is My Post Stats Dashboard Widget Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The "my-post-stats" plugin v1.0.1 exhibits a strong security posture based on the provided static analysis. All identified entry points, including the single AJAX handler, appear to be protected by appropriate checks, preventing direct exploitation of the attack surface. The code also demonstrates good development practices by exclusively using prepared statements for SQL queries and properly escaping all output, mitigating risks of injection and cross-site scripting. The absence of file operations, external HTTP requests, and bundled libraries further reduces the potential attack vectors. The presence of a nonce check on the AJAX handler is a positive sign of security awareness.

However, the lack of capability checks on the AJAX handler is a significant concern. While a nonce check prevents unauthorized requests from being processed, it does not restrict *who* can perform the action. An authenticated user, regardless of their role or permissions, could potentially trigger the AJAX action. The complete absence of taint analysis flows might indicate a very simple plugin, but it's also possible that more complex vulnerabilities could have been missed if the analysis was limited. The vulnerability history is clean, with no recorded CVEs, which is excellent, but this could also be due to the plugin's age or lack of extensive public security auditing.

In conclusion, "my-post-stats" v1.0.1 has several strong security foundations, particularly in its handling of SQL and output. The primary weakness lies in the missing capability check for its AJAX endpoint. While the plugin appears safe against common injection attacks, the lack of role-based access control for its functionality is a notable oversight.

Key Concerns

  • Missing capability checks on AJAX handler
Vulnerabilities
None known

My Post Stats Dashboard Widget Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

My Post Stats Dashboard Widget Release Timeline

v1.0.1Current
v1.0.0
Code Analysis
Analyzed Mar 17, 2026

My Post Stats Dashboard Widget Code Analysis

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

Output Escaping

100% escaped5 total outputs
Attack Surface

My Post Stats Dashboard Widget Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_get_my_post_statsmy-post-stats.php:29
WordPress Hooks 2
actionwp_dashboard_setupmy-post-stats.php:28
actionadmin_enqueue_scriptsmy-post-stats.php:30
Maintenance & Trust

My Post Stats Dashboard Widget Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedAug 29, 2024
PHP min version7.0
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

My Post Stats Dashboard Widget Developer Profile

Alex Kirk

7 plugins · 2K total installs

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

How We Detect My Post Stats Dashboard Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/my-post-stats/style.css/wp-content/plugins/my-post-stats/script.js
Script Paths
my-post-stats/script.js
Version Parameters
my-post-stats/style.css?ver=my-post-stats/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
myPostStatsWidgetpostsCharthourlyDistributionbuttonHoldermyPostStatsSummarypostsListpostsByMonth
Data Attributes
id="myPostStatsWidget"id="postsChart"id="hourlyDistribution"id="buttonHolder"id="toggleAuthors"id="includePostFormats"+11 more
JS Globals
myPostStats
REST Endpoints
/wp-admin/admin-ajax.php
FAQ

Frequently Asked Questions about My Post Stats Dashboard Widget