CGPA Calculator Security & Risk Analysis

wordpress.org/plugins/cgpa-calculator

Simple, secure CGPA calculator for students to calculate academic performance instantly.

0 active installs v1.0.0 PHP 7.4+ WP 5.0+ Updated Dec 17, 2025
calculatorcgpaeducationsgpastudents
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is CGPA Calculator Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 3mo ago
Risk Assessment

The 'cgpa-calculator' plugin v1.0.0 exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The code demonstrates good practices by exclusively using prepared statements for SQL queries and properly escaping all output. Furthermore, the absence of dangerous functions, file operations, and external HTTP requests is a positive indicator. The plugin also includes a nonce check, which is a crucial element for securing AJAX handlers. The lack of any recorded vulnerabilities in its history further reinforces this positive assessment.

However, a significant concern arises from the complete absence of capability checks on its entry points, including AJAX handlers and shortcodes. While there are no unauthenticated AJAX handlers identified, the lack of explicit capability checks means that any authenticated user could potentially interact with these functions. This creates a potential attack vector if the plugin's functionality is sensitive or could be abused by authenticated users. The absence of taint analysis results is not necessarily a negative but simply indicates that no such flows were detected during the analysis.

Key Concerns

  • No capability checks on entry points
Vulnerabilities
None known

CGPA Calculator Security Vulnerabilities

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

CGPA Calculator Code Analysis

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

Output Escaping

100% escaped2 total outputs
Attack Surface

CGPA Calculator Attack Surface

Entry Points3
Unprotected0

AJAX Handlers 2

authwp_ajax_cgpacgpa-calculator.php:40
noprivwp_ajax_cgpacgpa-calculator.php:41

Shortcodes 1

[cgpa_calculator] cgpa-calculator.php:28
WordPress Hooks 1
actionwp_enqueue_scriptscgpa-calculator.php:18
Maintenance & Trust

CGPA Calculator Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedDec 17, 2025
PHP min version7.4
Downloads143

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

CGPA Calculator Developer Profile

Mohammad Nassif Hamid

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 CGPA Calculator

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/cgpa-calculator/styles.css/wp-content/plugins/cgpa-calculator/script.js
Script Paths
/wp-content/plugins/cgpa-calculator/script.js
Version Parameters
cgpa-calculator/styles.css?ver=cgpa-calculator/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
mycgpa-wrappermycgpa-formmycgpa-fieldmycgpa-submit
Data Attributes
id="cgpaForm"id="cgpaResult"
JS Globals
cgpaData
REST Endpoints
/wp-json/wp/v2/users
Shortcode Output
<div class="mycgpa-wrapper"> <form id="cgpaForm" class="mycgpa-form"> <div class="mycgpa-field"><label>Sum of SGPA</label><input name="Sum" type="number" step="0.01" min="0" required></div> <div class="mycgpa-field"><label>Semesters</label><input name="Sem" type="number" min="1" max="8" required></div> <div class="mycgpa-field"><button type="submit" class="mycgpa-submit">Calculate</button></div> </form> <div id="cgpaResult" style="display:none;"></div> </div>
FAQ

Frequently Asked Questions about CGPA Calculator