Life Meter Widget Security & Risk Analysis

wordpress.org/plugins/video-game-life-meter

Display how you're feeling today via a Retro Video Game Life Meter. Just input how much you want it filled and write a caption to say why.

10 active installs v0.1.3 PHP + WP 3.0.1+ Updated Oct 15, 2012
old-schoolretrovideo-gameswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Life Meter Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Life Meter Widget has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 13yr ago
Risk Assessment

The "video-game-life-meter" plugin v0.1.3 exhibits a generally good security posture based on the provided static analysis, with no critical code signals like dangerous functions or file operations. The use of prepared statements for all SQL queries is a significant strength. However, a notable concern is the low percentage (20%) of properly escaped output, indicating a risk of Cross-Site Scripting (XSS) vulnerabilities where user-supplied data might be reflected directly in the output without adequate sanitization.

The absence of known CVEs and a clean vulnerability history for this plugin suggests a good track record. The limited attack surface, consisting of a single shortcode with no apparent authentication or capability checks, is also a positive. Nevertheless, even a single unprotected entry point, such as a shortcode that processes user input, can be a vector for attacks if not handled carefully. The lack of taint analysis flows is not necessarily indicative of security, but rather that the analysis might have been incomplete or that no obvious flows were detected by the tool.

In conclusion, while the plugin benefits from strong database practices and a lack of recorded vulnerabilities, the unescaped output presents a tangible risk. Developers should prioritize addressing the XSS vulnerabilities by implementing proper output escaping for all user-influenced data displayed on the frontend. The single shortcode should also be reviewed to ensure it handles any input securely.

Key Concerns

  • Low percentage of output escaping
  • No capability checks on shortcode
  • No nonce checks on shortcode
Vulnerabilities
None known

Life Meter Widget Security Vulnerabilities

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

Life Meter Widget Code Analysis

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

Output Escaping

20% escaped30 total outputs
Attack Surface

Life Meter Widget Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[life_meter] lifemeter_plugin.php:43
WordPress Hooks 2
actionwp_enqueue_scriptslifemeter_plugin.php:18
actionwidgets_initlifemeter_plugin.php:124
Maintenance & Trust

Life Meter Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedOct 15, 2012
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Life Meter Widget Developer Profile

bythegram

2 plugins · 20 total installs

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

How We Detect Life Meter Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/video-game-life-meter/life-meter-style.css
Version Parameters
video-game-life-meter/life-meter-style.css?ver=0.1

HTML / DOM Fingerprints

CSS Classes
lm_holderlm_barmy_metermy_lifemeterlife_meter_widget
Data Attributes
data-field-id="metername"data-field-id="health"data-field-id="hearts"data-field-id="caption"
Shortcode Output
<div class="lm_holder"<div class="lm_bar"<span class="my_meter"<ul class="my_lifemeter"
FAQ

Frequently Asked Questions about Life Meter Widget