Post Status Indicator Security & Risk Analysis

wordpress.org/plugins/post-status-indicator

Allow color customization in WordPress admin for the publish state of your content.

0 active installs v1.0.1 PHP 7.0+ WP 3.8+ Updated Jan 7, 2021
adminpost-statuspostsstatusworkflow
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Post Status Indicator Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The post-status-indicator plugin v1.0.1 exhibits a strong security posture based on the provided static analysis. A significant strength is the complete absence of dangerous functions, raw SQL queries, unescaped output, file operations, external HTTP requests, and unsanitized taint flows. The plugin also demonstrates good practice by securing all identified entry points (REST API routes) with permission callbacks and implementing capability checks, indicating a focus on restricting access to sensitive functionalities. Furthermore, the lack of any recorded vulnerabilities, including CVEs, suggests a history of secure development or minimal exposure to common attack vectors.

However, a minor point of concern is the absence of nonce checks on any entry points. While the REST API routes are protected by permission callbacks, nonces are an additional layer of defense against Cross-Site Request Forgery (CSRF) attacks, especially if these routes are intended to be accessible to authenticated users without administrative privileges. The plugin's overall small attack surface (2 entry points) and the fact that these are properly protected mitigate this concern significantly. In conclusion, the plugin is generally secure with a robust foundation, but incorporating nonce checks on its REST API endpoints would further enhance its resilience against CSRF.

Key Concerns

  • Missing nonce checks on entry points
Vulnerabilities
None known

Post Status Indicator Security Vulnerabilities

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

Post Status Indicator Code Analysis

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

Post Status Indicator Attack Surface

Entry Points2
Unprotected0

REST API Routes 2

GET/wp-json/psi/v1/settingspost-status-indicator.php:149
GET/wp-json/psi/v1/settingspost-status-indicator.php:157
WordPress Hooks 4
actionadmin_enqueue_scriptspost-status-indicator.php:57
actionadmin_enqueue_scriptspost-status-indicator.php:58
actionadmin_menupost-status-indicator.php:59
actionrest_api_initpost-status-indicator.php:60
Maintenance & Trust

Post Status Indicator Maintenance & Trust

Maintenance Signals

WordPress version tested5.6.17
Last updatedJan 7, 2021
PHP min version7.0
Downloads904

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Post Status Indicator Developer Profile

Sean Hayes

3 plugins · 20K total installs

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

How We Detect Post Status Indicator

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-status-indicator/css/post-status-indicator.css/wp-content/plugins/post-status-indicator/psi-dashboard/dist/js/post-status-indicator.js
Script Paths
/wp-content/plugins/post-status-indicator/psi-dashboard/dist/js/post-status-indicator.js
Version Parameters
post-status-indicator/css/post-status-indicator.css?ver=post-status-indicator/psi-dashboard/dist/js/post-status-indicator.js?ver=

HTML / DOM Fingerprints

CSS Classes
status-subsubsub
JS Globals
psi_config
REST Endpoints
/wp-json/psi/v1/settings
FAQ

Frequently Asked Questions about Post Status Indicator