Pretty Simple Progress meter Security & Risk Analysis

wordpress.org/plugins/pretty-simple-progress-meter

Pretty Simply Progress meter is a clean and fun way to share your tracked progress on everything!

10 active installs v1.0 PHP + WP + Updated Nov 17, 2010
barmeterprogresstrackerwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Pretty Simple Progress meter Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The "pretty-simple-progress-meter" v1.0 plugin exhibits a mixed security posture. On one hand, the absence of known vulnerabilities, a lack of external HTTP requests, and the use of prepared statements for SQL queries are positive indicators. The plugin also has a very small attack surface, with no AJAX handlers, REST API routes, shortcodes, or cron events, which limits potential entry points for attackers.

However, significant concerns arise from the static analysis. The presence of the `create_function` is a critical security anti-pattern, as it can lead to arbitrary code execution if user input is incorporated without proper sanitization, despite the zero reported taint flows in this analysis. Furthermore, a very low percentage of output escaping (16%) is a major red flag. This suggests that user-controlled data displayed on the frontend is likely to be vulnerable to Cross-Site Scripting (XSS) attacks, potentially allowing attackers to inject malicious scripts into a user's browser.

While the plugin has no recorded vulnerability history, this should not be interpreted as a guarantee of safety. The presence of `create_function` and widespread unescaped output are inherent weaknesses that could be exploited. The lack of nonce checks and minimal capability checks on the limited entry points (though there are none recorded) further contribute to a less secure design. The plugin would benefit from a thorough review and remediation of these identified code quality issues.

Key Concerns

  • Use of create_function (dangerous function)
  • Low percentage of properly escaped output
  • No nonce checks on potential entry points
  • Limited capability checks
Vulnerabilities
None known

Pretty Simple Progress meter Security Vulnerabilities

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

Pretty Simple Progress meter Release Timeline

No version history available.
Code Analysis
Analyzed Mar 16, 2026

Pretty Simple Progress meter Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("Pretty_Simple_Progress_Widgeprettysimpleprogress.php:176

Output Escaping

16% escaped77 total outputs
Attack Surface

Pretty Simple Progress meter Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionwp_headprettysimpleprogress.php:28
actionwidgets_initprettysimpleprogress.php:176
actionadmin_menuprettysimpleprogress.php:177
actionadmin_initprettysimpleprogress.php:185
Maintenance & Trust

Pretty Simple Progress meter Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedNov 17, 2010
PHP min version
Downloads5K

Community Trust

Rating80/100
Number of ratings1
Active installs10
Developer Profile

Pretty Simple Progress meter Developer Profile

micklauer

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 Pretty Simple Progress meter

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/pretty-simple-progress-meter/css/psp_styles.php

HTML / DOM Fingerprints

CSS Classes
prettysimpleprogresswidgetpspDescriptionpspDetailpspMeterpspBarpspProgresspspImg
HTML Comments
Pretty Simple Progress Styles, YAR
Data Attributes
widget_prettysimpleprogressdata-widget-id
FAQ

Frequently Asked Questions about Pretty Simple Progress meter