Elemental Calculator Security & Risk Analysis

wordpress.org/plugins/elemental-calculator

Insert a simple calculator in your WordPress website with a widget or the shortcode [elemental_calculator].

100 active installs v1.2.2 PHP 5.2.4+ WP 3.8+ Updated Apr 25, 2025
basiccalculatormathsimplewidget
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Elemental Calculator Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The elemental-calculator plugin v1.2.2 exhibits a generally good security posture based on the static analysis. The absence of known CVEs and a clean vulnerability history are positive indicators. Furthermore, the code utilizes prepared statements for all SQL queries and avoids file operations and external HTTP requests, which are significant security strengths. However, there are areas for improvement. The low percentage of properly escaped output (22%) presents a potential risk of cross-site scripting (XSS) vulnerabilities, especially as the plugin exposes one shortcode which is a common entry point for user-supplied data. The lack of nonce and capability checks on all entry points, particularly the shortcode, is a notable concern as it could allow unauthorized execution of actions or manipulation of data if not handled carefully within the shortcode's internal logic. Taint analysis shows no issues, which is excellent, but this is based on zero flows analyzed, suggesting the analysis might be incomplete or the plugin's functionality is very limited.

Key Concerns

  • Low output escaping percentage
  • Missing nonce checks on entry points
  • Missing capability checks on entry points
Vulnerabilities
None known

Elemental Calculator Security Vulnerabilities

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

Elemental Calculator Release Timeline

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

Elemental Calculator Code Analysis

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

Output Escaping

22% escaped9 total outputs
Attack Surface

Elemental Calculator Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[elemental_calculator] elemental_calculator_plugin.php:90
WordPress Hooks 2
actionwp_enqueue_scriptselemental_calculator_plugin.php:30
actionwidgets_initelemental_calculator_plugin.php:96
Maintenance & Trust

Elemental Calculator Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedApr 25, 2025
PHP min version5.2.4
Downloads4K

Community Trust

Rating100/100
Number of ratings3
Active installs100
Developer Profile

Elemental Calculator Developer Profile

Amaury RAMBAUD

2 plugins · 120 total installs

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

How We Detect Elemental Calculator

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/elemental-calculator/elemental_calculator.css/wp-content/plugins/elemental-calculator/elemental_calculator.js
Script Paths
/wp-content/plugins/elemental-calculator/elemental_calculator.js
Version Parameters
elemental-calculator/elemental_calculator.css?ver=elemental-calculator/elemental_calculator.js?ver=

HTML / DOM Fingerprints

CSS Classes
calculatricecalc_td_resultatcalc_resultatcalc_td_btncalc_btn
Data Attributes
id="calcid="calc_resultat"onclick="javascript:key_detect_calc(onclick="javascript:f_calc(onclick="javascript:add_calc(
JS Globals
key_detect_calcf_calcadd_calc
Shortcode Output
<table class="calculatrice" id="calc<input type="text" readonly="readonly" name="calc_resultat" id="calc_resultat" class="calc_resultat" onkeydown="javascript:key_detect_calc(<input type="button" class="calc_btn" value="CE" onclick="javascript:f_calc(
FAQ

Frequently Asked Questions about Elemental Calculator