Awesome GST Calculator Widget Security & Risk Analysis

wordpress.org/plugins/awesome-gst-calculator-widget

The plugin displays the GST Calculator widget anywhere you want with the help of a shortcode. The plugin is very easy to use as you just need to put t …

10 active installs v1.0.2 PHP + WP 5.0+ Updated May 23, 2023
calculatorgstgstcalculator
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Awesome GST Calculator Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 2yr ago
Risk Assessment

The awesome-gst-calculator-widget plugin exhibits a mixed security posture. While it demonstrates good practices in its SQL query handling, utilizing prepared statements exclusively, and has no recorded vulnerabilities in its history, there are significant areas of concern regarding its attack surface and output sanitization. The presence of two AJAX handlers without authentication checks represents a substantial risk, as these could potentially be exploited by unauthenticated users to trigger unintended actions or expose sensitive information. Furthermore, the low percentage of properly escaped output suggests a higher likelihood of cross-site scripting (XSS) vulnerabilities, as user-supplied data may not be adequately neutralized before being displayed in the browser.

The lack of direct code signals for dangerous functions, SQL injection (due to prepared statements), file operations, or external HTTP requests is positive. The single nonce check is a step towards security, but it's not applied universally across all entry points. The absence of critical or high severity taint flows is reassuring, but the limited scope of analysis (0 flows analyzed) means this doesn't entirely rule out potential issues. The vulnerability history being entirely clear is a strong indicator of generally secure development, but it doesn't mitigate the immediate risks identified in the static analysis.

In conclusion, while the plugin's SQL hygiene and clean vulnerability history are commendable, the unprotected AJAX endpoints and poor output escaping create exploitable weaknesses. The risk is moderate, leaning towards concerning due to the direct impact of potential XSS and unauthorized actions via AJAX. Prioritizing the addition of authentication and authorization checks to the AJAX handlers and improving output escaping is highly recommended to enhance its security.

Key Concerns

  • Unprotected AJAX handlers
  • Low output escaping percentage
  • Limited taint flow analysis
Vulnerabilities
None known

Awesome GST Calculator Widget Security Vulnerabilities

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

Awesome GST Calculator Widget Code Analysis

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

Output Escaping

46% escaped13 total outputs
Attack Surface
2 unprotected

Awesome GST Calculator Widget Attack Surface

Entry Points3
Unprotected2

AJAX Handlers 2

authwp_ajax_wpgstcal_get_gstinc\general_functions.php:137
noprivwp_ajax_wpgstcal_get_gstinc\general_functions.php:138

Shortcodes 1

[wpgstcal] inc\general_functions.php:61
WordPress Hooks 4
actioninitinc\admin.php:3
actionadmin_menuinc\admin.php:24
actionwidgets_initinc\widget.php:6
actioninitwp-gst-calculator.php:40
Maintenance & Trust

Awesome GST Calculator Widget Maintenance & Trust

Maintenance Signals

WordPress version tested6.0.11
Last updatedMay 23, 2023
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Awesome GST Calculator Widget Developer Profile

anku1991

2 plugins · 10 total installs

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

How We Detect Awesome GST Calculator Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/awesome-gst-calculator-widget/assets/css/style.css/wp-content/plugins/awesome-gst-calculator-widget/assets/js/script.js
Script Paths
/wp-content/plugins/awesome-gst-calculator-widget/assets/js/script.js
Version Parameters
awesome-gst-calculator-widget/assets/css/style.css?ver=awesome-gst-calculator-widget/assets/js/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
wpgst-formwpgst-headerwpgst-form-groupwpgst-col-5wpgst-control-labelwpgst-form-controlwpgst-input-groupwpgst-input-group-addon+8 more
HTML Comments
<!-- GST fields --><!-- /GST fields -->
Data Attributes
id="calcTitle"id="country"id="gstrate"id="GSTinclusive"id="GST"id="GSTLabel"+2 more
JS Globals
wpgstcal_ajax_object
REST Endpoints
/wp-json/wp/v2/wpgstcal_get_gst
Shortcode Output
<form class="wpgst-form" role="form"> <div class="wpgst-header"> <h3 id="calcTitle">WP GST Calculator</h3> </div> <div class="wpgst-form-group"> <label for="country" class="wpgst-col-5 wpgst-control-label">Country</label> <div class="wpgst-col-5"> <select id="country" class="wpgst-form-control">
FAQ

Frequently Asked Questions about Awesome GST Calculator Widget