Comprehensive school management plugin with attendance, classes, timetables, exams, grading, notifications, events and academic calendar.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
3,129
11 issue groups
Security
2,463
13 issue groups
I18n
6
1 issue group
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ID".2,080
- Category
- Maintainability
- Occurrences
- 2,080
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ID".
WARNINGSecurityRequest data is not unslashed$_COOKIE[$rp_cookie] not unslashed before sanitization. Use wp_unslash() or similar539
- Category
- Security
- Occurrences
- 539
- Severity
- warning
Sample message
$_COOKIE[$rp_cookie] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $Student_table at "SELECT * FROM $Student_table WHERE parent_wp_usr_id = %d"495
- Category
- Security
- Occurrences
- 495
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $Student_table at "SELECT * FROM $Student_table WHERE parent_wp_usr_id = %d"
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.471
- Category
- Maintainability
- Occurrences
- 471
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().430
- Category
- Maintainability
- Occurrences
- 430
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_GET['cid']. Check that the array index exists before using it.425
- Category
- Security
- Occurrences
- 425
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['cid']. Check that the array index exists before using it.
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $Student_table used in $wpdb->get_results()\n$Student_table assigned unsafely at line 545.318
- Category
- Security
- Occurrences
- 318
- Severity
- warning
Sample message
Unescaped parameter $Student_table used in $wpdb->get_results()\n$Student_table assigned unsafely at line 545.
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.222
- Category
- Security
- Occurrences
- 222
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action'.138
- Category
- Security
- Occurrences
- 138
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action'.
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.118
- Category
- Security
- Occurrences
- 118
- Severity
- warning
Sample message
Processing form data without nonce verification.
Show 15 moreShow less
WARNINGSecurityInput is not sanitized85
- Category
- Security
- Occurrences
- 85
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$rp_cookie]
ERRORMaintainabilitydate date73
- Category
- Maintainability
- Occurrences
- 73
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORSecurityDatabase parameter is not escaped51
- Category
- Security
- Occurrences
- 51
- Severity
- error
Sample message
Unescaped parameter $classQuery used in $wpdb->get_results()\n$classQuery assigned unsafely at line 13.
ERRORSecuritySQL query is not prepared47
- Category
- Security
- Occurrences
- 47
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $classQuery
WARNINGMaintainabilityNon-prefixed hook name43
- Category
- Maintainability
- Occurrences
- 43
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
WARNINGSecurityUnfinished Prepare13
- Category
- Security
- Occurrences
- 13
- Severity
- warning
Sample message
Replacement variables found, but no valid placeholders found in the query.
WARNINGMaintainabilityNon-prefixed function10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ajax_actions".
WARNINGSecuritywp redirect wp redirect7
- Category
- Security
- Occurrences
- 7
- Severity
- warning
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
ERRORMaintainabilityForbidden PHP function found6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- error
Sample message
The use of function create_function() is forbidden
ERRORI18nMissing Arg Domain6
- Category
- I18n
- Occurrences
- 6
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
ERRORSecurityQuoted Simple Placeholder5
- Category
- Security
- Occurrences
- 5
- Severity
- error
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%d'.
WARNINGMaintainabilityDiscouraged PHP function5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
WARNINGMaintainabilityDynamic hook name4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->client->slug . '_tracker_data'".
ERRORMaintainabilitylibrary core files4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- error
Sample message
Library files that are already in the WordPress core are not permitted.
ERRORMaintainabilitybadly named files3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- error
Sample message
File and folder names must not contain spaces or special characters.
External Connections
Potential connections found in static code analysis.
Outbound calls
135
External assets
5
Incoming endpoints
80
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
wp_ajax
Admin AJAX endpoints79
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
67 more hidden
Score History
3 score snapshots
v2.2.45
20
Latest
- Findings
- 5,628
- Errors
- 353
- Warnings
- 5,275
- Check
- 2.0.0
v2.2.44
19
Score
- Findings
- 5,629
- Errors
- 353
- Warnings
- 5,276
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 20 | 5,628 | 353 | 5,275 | v2.2.45 | 2.0.0 |
| 19 | 5,629 | 353 | 5,276 | v2.2.44 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.