Reading Time Security & Risk Analysis

wordpress.org/plugins/reading-time

Reading Time shows the estimated reading time and puts an animated progress bar inside the post.

300 active installs v1.2.21 PHP 7.0+ WP 2.9+ Updated Mar 21, 2024
estimate-timereadingreading-timetimeword-count
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Reading Time Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 2yr ago
Risk Assessment

The "reading-time" plugin version 1.2.21 demonstrates a generally good security posture. The static analysis reveals no identified attack vectors through common entry points like AJAX, REST API, shortcodes, or cron events. The absence of dangerous functions and external HTTP requests further contributes to a secure foundation. Crucially, all SQL queries utilize prepared statements, mitigating the risk of SQL injection. However, a significant concern is the low percentage (25%) of properly escaped output. This indicates a potential for Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is directly outputted without sufficient sanitization, though the absence of taint flows with unsanitized paths suggests this risk might be currently mitigated. The plugin's history of zero known CVEs is a positive indicator of ongoing security maintenance and a lack of past exploitable issues.

Key Concerns

  • Low percentage of properly escaped output
Vulnerabilities
None known

Reading Time Security Vulnerabilities

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

Reading Time Release Timeline

v1.2.21Current
v1.1.0
v1.0.0
Code Analysis
Analyzed Mar 16, 2026

Reading Time Code Analysis

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

Output Escaping

25% escaped12 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
reading_time_options (reading_time.php:103)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Reading Time Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
filterthe_contentreading_time.php:22
actionadmin_menureading_time.php:24
Maintenance & Trust

Reading Time Maintenance & Trust

Maintenance Signals

WordPress version tested6.5.8
Last updatedMar 21, 2024
PHP min version7.0
Downloads15K

Community Trust

Rating74/100
Number of ratings3
Active installs300
Developer Profile

Reading Time Developer Profile

whiletrue

7 plugins · 3K total installs

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

How We Detect Reading Time

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/reading-time/reading-time.js
Script Paths
/wp-content/plugins/reading-time/reading-time.js
Version Parameters
reading-time/reading-time.js?ver=reading-time_options

HTML / DOM Fingerprints

CSS Classes
readingtime_textreadingtime_borderreadingtime_bar
Data Attributes
id="readingtime_bar_in_*
JS Globals
jQuery
Shortcode Output
<p class="readingtime_text">I think you will spend SSSS seconds reading this post</p><p><div class="readingtime_border"><div id="readingtime_bar_in_" class="readingtime_bar"></div></div></p>
FAQ

Frequently Asked Questions about Reading Time