Zakaat Calculator Security & Risk Analysis

wordpress.org/plugins/zakaat-calculator

A beautiful Interactive Plugin which can be used to add Zakaat Calculator in your websites sidebar.

20 active installs v1.0 PHP + WP 3.0.1+ Updated Unknown
calculatorislamislamicvoice-of-muslim-ummah
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Zakaat Calculator Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "zakaat-calculator" v1.0 plugin presents a mixed security picture. On the positive side, it exhibits a remarkably small attack surface with no identifiable AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all SQL queries are executed using prepared statements, and there are no recorded vulnerability history entries, suggesting a potentially stable codebase.

However, significant concerns arise from the static analysis. The presence of the `create_function` is a critical code smell, as it can lead to arbitrary code execution if user-supplied input influences its parameters, even if not immediately apparent in the static analysis. The fact that 100% of output is unescaped is a major vulnerability, opening the door to Cross-Site Scripting (XSS) attacks. The complete absence of nonce and capability checks on all entry points (though the attack surface is zero) is a notable weakness that could become a problem if the plugin evolves.

In conclusion, while the plugin's limited attack surface and secure SQL practices are commendable, the dangerous use of `create_function` and universal lack of output escaping are severe security flaws that require immediate attention. The lack of historical vulnerabilities is positive but does not negate the present risks identified in the code.

Key Concerns

  • Dangerous function 'create_function' used
  • 100% of output not properly escaped
  • 0 Nonce checks on entry points
  • 0 Capability checks on entry points
Vulnerabilities
None known

Zakaat Calculator Security Vulnerabilities

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

Zakaat Calculator Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function('', 'return register_widget("ZakaatCalculator");') );?>index.php:195

Output Escaping

0% escaped8 total outputs
Attack Surface

Zakaat Calculator Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initindex.php:195
Maintenance & Trust

Zakaat Calculator Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedUnknown
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings2
Active installs20
Developer Profile

Zakaat Calculator Developer Profile

Haseeb Ahmad Ayazi

3 plugins · 40 total installs

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

How We Detect Zakaat Calculator

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
tenthirteen
Data Attributes
name="bank_saving"name="gold_silver"name="money_owed"name="other"name="total_amount"name="zakah"
JS Globals
zakatcalc
Shortcode Output
<div align="center"><strong>Zakat Caculator</strong></div>
FAQ

Frequently Asked Questions about Zakaat Calculator