Article Read Time Security & Risk Analysis

wordpress.org/plugins/article-read-time

Displays estimated article reading time using shortcode or template tag with customizable formats.

0 active installs v1.0 PHP 7.0+ WP 5.2+ Updated Unknown
article-read-timeblog-reading-timepost-reading-timereading-timeshortcode
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Article Read Time Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "article-read-time" v1.0 plugin exhibits a strong security posture based on the provided static analysis. All identified entry points, including the single shortcode, are either explicitly protected or have no authentication checks required, implying minimal risk from direct attack vectors. The code demonstrates excellent security practices by utilizing prepared statements for all SQL queries and properly escaping all output, eliminating common vulnerabilities related to data injection and cross-site scripting. The absence of file operations, external HTTP requests, and bundled libraries further reduces the potential attack surface. The plugin's vulnerability history is also clean, with no recorded CVEs, suggesting a history of secure development or diligent patching if any issues did arise in the past. The lack of taint analysis results with vulnerabilities also contributes to the positive security assessment.

However, it's important to note a few areas for caution. The plugin does not implement any nonce checks or capability checks. While the current entry points might not directly require these, the absence of these fundamental WordPress security mechanisms could become a concern if the plugin's functionality evolves or if any new entry points are introduced in future versions without proper authorization checks. The lack of nonce checks, in particular, can leave even seemingly innocuous functionalities vulnerable to CSRF attacks if they perform any actions on the server-side. Despite these minor points, the overall security of this version appears robust due to the adherence to core secure coding principles.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Article Read Time Security Vulnerabilities

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

Article Read Time Code Analysis

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

Output Escaping

100% escaped30 total outputs
Attack Surface

Article Read Time Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[article_read_time] includes\class-artreadtime-frontend.php:9
WordPress Hooks 2
actionadmin_menuincludes\class-artreadtime-settings.php:11
actionadmin_initincludes\class-artreadtime-settings.php:12
Maintenance & Trust

Article Read Time Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedUnknown
PHP min version7.0
Downloads123

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Article Read Time Developer Profile

Dhrumil Kumbhani

5 plugins · 350 total installs

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

How We Detect Article Read Time

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
article-read-time
Shortcode Output
<span class="article-read-time">
FAQ

Frequently Asked Questions about Article Read Time