
Plugin Name: WordPress Simple Calculator Security & Risk Analysis
wordpress.org/plugins/simple-math-calculatorA simple jquery based calculator.Use Shortcode [calbtn] to use the plugin
Is Plugin Name: WordPress Simple Calculator Safe to Use in 2026?
Generally Safe
Score 85/100Plugin Name: WordPress Simple Calculator has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "simple-math-calculator" v2.0.0 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, the use of prepared statements for all SQL queries, and the 100% proper output escaping are excellent indicators of secure coding practices. Furthermore, the lack of file operations, external HTTP requests, and no recorded vulnerabilities in its history suggest a well-maintained and secure plugin.
However, a few areas warrant attention. The static analysis reveals no nonce checks or capability checks across any of its entry points, including the single shortcode. While the current attack surface is small and all entry points are reported as unprotected (meaning they don't explicitly check for authentication), the absence of these fundamental security mechanisms on the shortcode is a significant concern. This could leave the plugin vulnerable to unauthorized execution of its functions if a malicious actor can trigger the shortcode in a way that bypasses WordPress's default authorization, especially if the shortcode's functionality itself has security implications.
In conclusion, while the plugin demonstrates commendable adherence to secure coding principles in its data handling, the complete lack of authorization checks on its interactive elements (shortcodes) represents a notable weakness. The vulnerability history being clean is positive, but it doesn't negate the identified potential for unauthorized access through the unprotected shortcode. Future development should prioritize implementing appropriate nonce and capability checks for all entry points to mitigate this risk.
Key Concerns
- Missing nonce checks on shortcode
- Missing capability checks on shortcode
Plugin Name: WordPress Simple Calculator Security Vulnerabilities
Plugin Name: WordPress Simple Calculator Code Analysis
Plugin Name: WordPress Simple Calculator Attack Surface
Shortcodes 1
WordPress Hooks 1
Maintenance & Trust
Plugin Name: WordPress Simple Calculator Maintenance & Trust
Maintenance Signals
Community Trust
Plugin Name: WordPress Simple Calculator Alternatives
Smart Calculator Builder With Google Sheets – Build Interactive Calculators with Google Sheets at Backend
smart-cost-builder-with-google-sheets
Create custom calculators for your WordPress site using your Google Sheets or Excel calculations, with dynamic, real-time results.
fitnessbliss calculators plugin
fitnessbliss-calculators
Plugin for calculating Water intake, BMI calculator, protein Intake for the fitness freaks.
Math Calculator
math-calculator
This calculator can be used for quick on site calculations.
Quote Calculator Constructor
quote-calculator-constructor
With this simple plugin you can create simple quote calulators for your website. Loan quotes and other Wordpress calculators.
Calculated Fields Form
calculated-fields-form
The CFF plugin allows you to create both simple and professional forms. Its form builder includes dynamic calculated fields and many other controls.
Plugin Name: WordPress Simple Calculator Developer Profile
3 plugins · 30 total installs
How We Detect Plugin Name: WordPress Simple Calculator
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/simple-math-calculator/simpleMathCalculator.css/wp-content/plugins/simple-math-calculator/simpleMathCalculator.js/wp-content/plugins/simple-math-calculator/simpleMathCalculator.jssimple-math-calculator/simpleMathCalculator.css?ver=simple-math-calculator/simpleMathCalculator.js?ver=HTML / DOM Fingerprints
firstvalueoperatorsnumbersresultshowsmall_keyoffoncalid="calculator"id="firstvalue"id="operators"id="numbers"id="resultshow"id="key1"+18 more<div id="calculator"><label class="txt-align-center">Web Calculator</label><br class="clear"/><div id="firstvalue" class="firstvalue"></div><div id="operators" class="operators"></div><div id="numbers" class="numbers"></div><br class="clear"/><div id="resultshow" class="resultshow"></div><input type="button" id="key1" name="key1" value="1" class="small_key" /><input type="button" id="key2" name="key2" value="2" class="small_key" /><input type="button" id="key3" name="key3" value="3" class="small_key" /><input type="button" id="key4" name="key4" value="4" class="small_key" /><input type="button" id="key5" name="key5" value="5" class="small_key" /><input type="button" id="key6" name="key6" value="6" class="small_key" /><input type="button" id="key7" name="key7" value="7" class="small_key" /><input type="button" id="key8" name="key8" value="8" class="small_key" /><input type="button" id="key9" name="key9" value="9" class="small_key" /><input type="button" id="key0" name="key0" value="0" class="small_key" /><input type="button" id="keyp" name="keyp" value="+" class="small_key" /><input type="button" id="keym" name="keym" value="-" class="small_key" /><input type="button" id="keyd" name="keyd" value="/" class="small_key" /><input type="button" id="keymul" name="keymul" value="*" class="small_key" /><input type="button" id="clear" name="clear" value="clear" class="small_key" /><input type="button" id="off" name="off" value="OFF" class="small_key off" /><input type="button" id="on" name="on" value="ON" class="small_key on" /><input type="button" id="eqls" name="eqls" value="=" class="small_key" /></div><button id="cal" name="cal" class="cal">Show Calculator</button>