User Age Calculator Security & Risk Analysis

wordpress.org/plugins/user-age-calculator

This plugin allows users to calculate their age from date of birth to current date. It can also be used to calculate age to a given date.

200 active installs v1.0.5 PHP 5.6+ WP 5.2+ Updated Sep 1, 2025
age-calculatoruser-age-calculator
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is User Age Calculator Safe to Use in 2026?

Generally Safe

Score 100/100

User Age Calculator has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 7mo ago
Risk Assessment

The 'user-age-calculator' plugin v1.0.5 exhibits a generally strong security posture based on the static analysis. The absence of dangerous functions, SQL queries without prepared statements, file operations, and external HTTP requests are positive indicators. The presence of nonce and capability checks on its single entry point (the shortcode) further bolsters its security. The taint analysis showing no unsanitized flows at any severity level is also a very good sign.

However, a notable concern is the output escaping. With 276 total outputs and only 74% properly escaped, there's a significant portion (26%) that could be vulnerable to Cross-Site Scripting (XSS) attacks. While no specific taint flows were identified in the analysis, the sheer volume of improperly escaped output creates a risk surface that could be exploited if malicious data is ever processed or rendered.

The plugin's vulnerability history is clean, with no recorded CVEs. This, combined with the generally good coding practices observed in the static analysis, suggests that the developers have a decent understanding of secure coding. The plugin's strengths lie in its limited attack surface and solid foundational security checks. The primary weakness lies in the incomplete output escaping, which warrants attention.

Key Concerns

  • Significant portion of output not properly escaped
Vulnerabilities
None known

User Age Calculator Security Vulnerabilities

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

User Age Calculator Code Analysis

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

Output Escaping

74% escaped276 total outputs
Data Flows
All sanitized

Data Flow Analysis

3 flows
<admin-panel> (templates\admin-panel.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

User Age Calculator Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[user-age-calculator] user-age-calculator.php:59
WordPress Hooks 4
actionadmin_inituser-age-calculator.php:49
actionadmin_menuuser-age-calculator.php:50
actionadmin_enqueue_scriptsuser-age-calculator.php:51
actionadmin_noticesuser-age-calculator.php:52
Maintenance & Trust

User Age Calculator Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedSep 1, 2025
PHP min version5.6
Downloads5K

Community Trust

Rating100/100
Number of ratings2
Active installs200
Developer Profile

User Age Calculator Developer Profile

Vikas Sharma

4 plugins · 1K total installs

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

How We Detect User Age Calculator

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/user-age-calculator/assets/css/styles.css/wp-content/plugins/user-age-calculator/assets/css/admin-styles.css/wp-content/plugins/user-age-calculator/assets/js/scripts.js/wp-content/plugins/user-age-calculator/assets/js/admin-scripts.js
Script Paths
/wp-content/plugins/user-age-calculator/assets/js/scripts.js/wp-content/plugins/user-age-calculator/assets/js/admin-scripts.js
Version Parameters
user-age-calculator/assets/css/styles.css?ver=1.0.5user-age-calculator/assets/css/admin-styles.css?ver=1.0.5user-age-calculator/assets/js/scripts.js?ver=1.0.5user-age-calculator/assets/js/admin-scripts.js?ver=1.0.5

HTML / DOM Fingerprints

CSS Classes
uac-admin-notice
Data Attributes
data-plugin-slug
JS Globals
uac_global_vars
Shortcode Output
[user-age-calculator]
FAQ

Frequently Asked Questions about User Age Calculator