Loan Calculator Security & Risk Analysis

wordpress.org/plugins/credit-calc

Interactive loan calculator with customizable settings, loan application management and Vue.js frontend.

10 active installs v2.0.0 PHP 7.2+ WP 5.0+ Updated Dec 27, 2024
calculatorcreditfinanceloanmortgage
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Loan Calculator Safe to Use in 2026?

Generally Safe

Score 92/100

Loan 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 'credit-calc' plugin v2.0.0 demonstrates generally good security practices, with no known vulnerabilities or critical code signals. The plugin boasts a high percentage of properly escaped output and exclusively uses prepared statements for SQL queries. The absence of file operations and external HTTP requests further strengthens its security posture. However, the presence of two AJAX handlers without authentication checks presents a notable concern, as it expands the attack surface without proper access controls. While there's only one nonce check and one capability check across the analyzed entry points, the lack of broader enforcement on these critical handlers is a weakness.

Key Concerns

  • AJAX handlers without authentication checks
  • Limited nonce and capability checks across entry points
Vulnerabilities
None known

Loan Calculator Security Vulnerabilities

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

Loan Calculator Release Timeline

v2.0
v1.1
Code Analysis
Analyzed Mar 16, 2026

Loan Calculator Code Analysis

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

Output Escaping

94% escaped67 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

1 flows
<loan-calculator> (loan-calculator.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Loan Calculator Attack Surface

Entry Points5
Unprotected2

AJAX Handlers 4

authwp_ajax_calculate_loanloan-calculator.php:37
noprivwp_ajax_calculate_loanloan-calculator.php:38
authwp_ajax_submit_loan_applicationloan-calculator.php:40
noprivwp_ajax_submit_loan_applicationloan-calculator.php:41

Shortcodes 1

[loan_calculator] loan-calculator.php:73
WordPress Hooks 12
actioninitloan-calculator.php:24
actionplugins_loadedloan-calculator.php:30
actioninitloan-calculator.php:34
actionadmin_menuloan-calculator.php:35
actionadmin_initloan-calculator.php:36
actionwp_enqueue_scriptsloan-calculator.php:39
actioninitloan-calculator.php:42
actioninitloan-calculator.php:43
actionsave_post_loan_applicationloan-calculator.php:44
filtermanage_loan_application_posts_columnsloan-calculator.php:45
actionmanage_loan_application_posts_custom_columnloan-calculator.php:46
filtermanage_edit-loan_application_sortable_columnsloan-calculator.php:47
Maintenance & Trust

Loan Calculator Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedDec 27, 2024
PHP min version7.2
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Loan Calculator Developer Profile

Mihial

1 plugin · 10 total installs

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

How We Detect Loan Calculator

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/credit-calc/app.js/wp-content/plugins/credit-calc/style.css
Script Paths
https://unpkg.com/vue@3/dist/vue.global.js/wp-content/plugins/credit-calc/app.js

HTML / DOM Fingerprints

JS Globals
LC_CONFIGLC_TRANSLATIONS
REST Endpoints
/wp-json/loan-calculator/v1/settings
Shortcode Output
<div id="loan-calculator-app"><input type="text" v-model.number="loanAmount"<select v-model.number="loanTerm"><input type="text" v-model="formData.phone"
FAQ

Frequently Asked Questions about Loan Calculator