CalcForm Calculator Security & Risk Analysis

wordpress.org/plugins/calcform-calculator

A scientific calculator (Casio-style) that you can embed anywhere via a shortcode.

0 active installs v1.0.2 PHP 7.4+ WP 5.8+ Updated Feb 20, 2026
calculatorformmathscientific-calculatorshortcode
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is CalcForm Calculator Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 1mo ago
Risk Assessment

The calcform-calculator plugin v1.0.2 exhibits a generally strong security posture based on this static analysis. The absence of known CVEs and the lack of identified critical or high-severity issues in taint analysis are positive indicators. The plugin also demonstrates good practices by utilizing prepared statements for all SQL queries and performing capability checks on its single entry point.

However, a significant concern is the output escaping, with only 54% of outputs being properly escaped. This leaves a substantial portion of the plugin's output potentially vulnerable to cross-site scripting (XSS) attacks if user-supplied data is not correctly sanitized before being displayed. The lack of nonce checks on AJAX handlers (though there are none in this version) and the absence of taint flow analysis on a larger scale are areas that could be strengthened to provide a more robust security guarantee.

Overall, while the plugin has avoided historical vulnerabilities and employs some secure coding practices, the prevalent output escaping issue presents a tangible risk that should be addressed. The limited attack surface and preparedness for SQL injection are strengths, but the unescaped output is a notable weakness.

Key Concerns

  • Low percentage of properly escaped output
  • No nonce checks on AJAX handlers (though none exist)
  • No taint flow analysis performed (large scale)
Vulnerabilities
None known

CalcForm Calculator Security Vulnerabilities

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

CalcForm Calculator Code Analysis

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

Output Escaping

54% escaped39 total outputs
Attack Surface

CalcForm Calculator Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[calc_form] calcform-calculator.php:377
WordPress Hooks 3
actionadmin_menucalcform-calculator.php:138
actionadmin_initcalcform-calculator.php:224
actionwp_enqueue_scriptscalcform-calculator.php:243
Maintenance & Trust

CalcForm Calculator Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 20, 2026
PHP min version7.4
Downloads196

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

CalcForm Calculator Developer Profile

james8383

1 plugin · 0 total installs

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

How We Detect CalcForm Calculator

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

Asset Fingerprints

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

HTML / DOM Fingerprints

Shortcode Output
[calc_form]
FAQ

Frequently Asked Questions about CalcForm Calculator