Post Reading Progress Security & Risk Analysis

wordpress.org/plugins/post-reading-progress

This plugin allows to display reading progress of single article using horizontal progress bar.

10 active installs v1.1.2 PHP 7.0+ WP 4.4+ Updated Mar 17, 2018
postprogressprogressbarreadreading
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Post Reading Progress Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The 'post-reading-progress' plugin version 1.1.2 exhibits a generally strong security posture based on the provided static analysis. The absence of identified dangerous functions, raw SQL queries, file operations, external HTTP requests, and the complete lack of known vulnerabilities are positive indicators. The plugin also has a very small attack surface, with no detected AJAX handlers, REST API routes, shortcodes, or cron events, which inherently limits potential entry points for attackers. This suggests a conscientious approach to secure coding practices by the developers.

However, a significant concern arises from the "Output escaping" signal, which indicates that 100% of the identified outputs are not properly escaped. This presents a direct risk of Cross-Site Scripting (XSS) vulnerabilities. If user-supplied data is ever incorporated into these outputs without proper sanitization, an attacker could inject malicious scripts. The lack of nonce and capability checks, while seemingly mitigated by the small attack surface, could become a problem if new entry points were introduced or if existing code paths were ever exposed without the necessary security controls. The taint analysis reporting zero flows is encouraging, but it should not overshadow the clear unescaped output issue.

In conclusion, while the plugin benefits from a minimal attack surface and a clean vulnerability history, the unescaped output is a critical weakness that requires immediate attention. The developers should prioritize implementing proper output escaping mechanisms to mitigate XSS risks. The absence of authentication checks on potential entry points, though currently not exposed, remains a latent risk if the plugin evolves. Addressing the unescaped output is the most pressing concern.

Key Concerns

  • Unescaped output
Vulnerabilities
None known

Post Reading Progress Security Vulnerabilities

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

Post Reading Progress Release Timeline

v1.1.2Current
v1.1.1
v1.1.0
v1.0.1
v1.0.0
Code Analysis
Analyzed Apr 16, 2026

Post Reading Progress Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface

Post Reading Progress Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actionadmin_initincludes/PluginSettings.php:65
actionwp_enqueue_scriptsincludes/ReadingProgress.php:46
actionadmin_enqueue_scriptsincludes/ReadingProgress.php:47
actionplugins_loadedincludes/ReadingProgress.php:50
filterthe_contentincludes/ReadingProgress.php:53
actionwp_headincludes/ReadingProgress.php:56
actionplugins_loadedincludes/ReadingProgress.php:59
Maintenance & Trust

Post Reading Progress Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedMar 17, 2018
PHP min version7.0
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Post Reading Progress Developer Profile

Piotr Szarmach

1 plugin · 10 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 Progress

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-progress/public/js/bundle.js/wp-content/plugins/post-reading-progress/public/css/bundle.css/wp-content/plugins/post-reading-progress/admin/js/bundle.js/wp-content/plugins/post-reading-progress/admin/css/bundle.css
Script Paths
plugins_url(self::PLUGIN_SLUG . '/public/js/bundle.js')plugins_url(self::PLUGIN_SLUG . '/admin/js/bundle.js')
Version Parameters
post-reading-progress/public/js/bundle.js?ver=post-reading-progress/public/css/bundle.css?ver=post-reading-progress/admin/js/bundle.js?ver=post-reading-progress/admin/css/bundle.css?ver=

HTML / DOM Fingerprints

CSS Classes
wordpress-reading-progress-bar
JS Globals
postReadingProgress
FAQ

Frequently Asked Questions about Post Reading Progress