
CGPA Calculator Security & Risk Analysis
wordpress.org/plugins/cgpa-calculatorSimple, secure CGPA calculator for students to calculate academic performance instantly.
Is CGPA Calculator Safe to Use in 2026?
Generally Safe
Score 100/100CGPA Calculator has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
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
CGPA Calculator Security Vulnerabilities
CGPA Calculator Code Analysis
Output Escaping
CGPA Calculator Attack Surface
AJAX Handlers 2
Shortcodes 1
WordPress Hooks 1
Maintenance & Trust
CGPA Calculator Maintenance & Trust
Maintenance Signals
Community Trust
CGPA Calculator Alternatives
Dream CGPA Calculator
dream-cgpa-calculator
A powerful Gutenberg block to calculate and display semester-wise GPA and overall CGPA for students.
Educare – Students & Result Management System
educare
No. 1 Academic Students & Result Management system for WordPress. Educare helps you effortlessly publish and manage student results online.
GradeBook
an-gradebook
A gradebook plugin for educators to create, maintain, and share grades quickly and efficiently.
Kalkulator dostanesie.pl
dostanesie-pl-calculator
Kalkulator punktów rekrutacyjnych do szkół średnich w Polsce.
Dream University Management
dream-university-management
A comprehensive university management system for WordPress. Manage students, teachers, staff, courses, enrollments, and calculate CGPA.
CGPA Calculator Developer Profile
1 plugin · 0 total installs
How We Detect CGPA Calculator
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/cgpa-calculator/styles.css/wp-content/plugins/cgpa-calculator/script.js/wp-content/plugins/cgpa-calculator/script.jscgpa-calculator/styles.css?ver=cgpa-calculator/script.js?ver=HTML / DOM Fingerprints
mycgpa-wrappermycgpa-formmycgpa-fieldmycgpa-submitid="cgpaForm"id="cgpaResult"cgpaData/wp-json/wp/v2/users<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>