Post reading times Security & Risk Analysis

wordpress.org/plugins/post-reading-times

A plugin that allows you to easily display the reading time of any article. Reading time is calculated based on a person's standard reading speed …

1K active installs v2.4.2 PHP 7.1+ WP 4.9+ Updated Apr 3, 2023
reading-time
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Post reading times Safe to Use in 2026?

Generally Safe

Score 85/100

Post reading times 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-reading-times" plugin v2.4.2 presents a generally good security posture based on the provided static analysis. The absence of dangerous functions, the exclusive use of prepared statements for SQL queries, and no file operations or external HTTP requests are strong indicators of secure coding practices. The plugin also has no recorded vulnerability history, which is a positive sign of its stability and past security efforts.

However, there are a few areas that warrant attention. The analysis indicates that 67% of output is properly escaped, meaning a significant portion (33%) might not be. This could lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is not handled correctly before being displayed. Furthermore, the absence of any nonce or capability checks on the single shortcode entry point, despite it not being directly exposed via AJAX or REST API, is a concern. While the attack surface is small, any user interaction with the shortcode, especially if it dynamically generates output, could potentially be manipulated without proper authorization checks.

In conclusion, while the plugin demonstrates strengths in avoiding common pitfalls like raw SQL and dangerous functions, the unescaped output and lack of authorization checks on its shortcode present potential risks. The clean vulnerability history is a positive, but the identified code signals suggest that a closer review of output escaping and shortcode functionality is advisable to ensure comprehensive security.

Key Concerns

  • Significant unescaped output
  • Shortcode without capability checks
  • Shortcode without nonce checks
Vulnerabilities
None known

Post reading times Security Vulnerabilities

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

Post reading times Code Analysis

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

Output Escaping

67% escaped18 total outputs
Attack Surface

Post reading times Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[post_rt] post-reading-times.php:61
WordPress Hooks 5
actionadmin_menuadmin.php:12
actionadmin_initadmin.php:14
actioninitpost-reading-times.php:28
filterthe_contentpost-reading-times.php:53
filterthe_contentpost-reading-times.php:56
Maintenance & Trust

Post reading times Maintenance & Trust

Maintenance Signals

WordPress version tested6.2.9
Last updatedApr 3, 2023
PHP min version7.1
Downloads4K

Community Trust

Rating100/100
Number of ratings3
Active installs1K
Developer Profile

Post reading times Developer Profile

Dmitry Litvinov

7 plugins · 2K 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 reading times

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

Asset Fingerprints

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

HTML / DOM Fingerprints

CSS Classes
acort-computy
Shortcode Output
<div class="acort-computy" style="display: flex;align-items: center;flex-wrap: wrap;">&nbsp;&nbsp;<span>&nbsp;</span></div>
FAQ

Frequently Asked Questions about Post reading times