Create online sign-up sheets for volunteers, events, and group scheduling.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
543
13 issue groups
Maintainability
103
10 issue groups
Performance
6
1 issue group
I18n
5
1 issue group
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '", {$field['key']} : {$field['key']}\n"'.194
- Category
- Security
- Occurrences
- 194
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '", {$field['key']} : {$field['key']}\n"'.
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.59
- Category
- Security
- Occurrences
- 59
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $active_only56
- Category
- Security
- Occurrences
- 56
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $active_only
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET['_fdsus-migrate-nonce']52
- Category
- Security
- Occurrences
- 52
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET['_fdsus-migrate-nonce']
WARNINGSecurityRequest data is not unslashed$_GET['_fdsus-migrate-nonce'] not unslashed before sanitization. Use wp_unslash() or similar51
- Category
- Security
- Occurrences
- 51
- Severity
- warning
Sample message
$_GET['_fdsus-migrate-nonce'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.41
- Category
- Security
- Occurrences
- 41
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$abbr".36
- Category
- Maintainability
- Occurrences
- 36
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$abbr".
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $column at "SELECT meta_id FROM $table WHERE meta_key = %s AND $column = %d"33
- Category
- Security
- Occurrences
- 33
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column at "SELECT meta_id FROM $table WHERE meta_key = %s AND $column = %d"
ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.27
- Category
- Maintainability
- Occurrences
- 27
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_GET['_fdsus-nonce']. Check that the array index exists before using it.24
- Category
- Security
- Occurrences
- 24
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['_fdsus-nonce']. Check that the array index exists before using it.
Show 15 moreShow less
WARNINGSecurityDatabase parameter is not escaped14
- Category
- Security
- Occurrences
- 14
- Severity
- warning
Sample message
Unescaped parameter $table used in $wpdb->get_col()\n$table assigned unsafely at line 289.
WARNINGMaintainabilityNon-prefixed hook name11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'add_meta_boxes_' . $this->screenId".
WARNINGMaintainabilityDynamic hook name8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->prefix . '_column_display'".
ERRORSecurityDatabase parameter is not escaped7
- Category
- Security
- Occurrences
- 7
- Severity
- error
Sample message
Unescaped parameter $hasCategoriesSql used in $wpdb->get_var()\n$hasCategoriesSql assigned unsafely at line 132.
WARNINGMaintainabilityerror log print r6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- warning
Sample message
print_r() found. Debug code should not normally be used in production.
ERRORSecurityException output is not escaped6
- Category
- Security
- Occurrences
- 6
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$msg'.
ERRORPerformanceSuppress Filters suppress filters6
- Category
- Performance
- Occurrences
- 6
- Severity
- error
Sample message
Setting `suppress_filters` to `true` is prohibited.
ERRORI18nMissing Arg Domain5
- Category
- I18n
- Occurrences
- 5
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
WARNINGMaintainabilityNot In Footer4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
ERRORSecurityUnsupported Placeholder3
- Category
- Security
- Occurrences
- 3
- Severity
- error
Sample message
Unsupported placeholder used in $wpdb->prepare(). Found: "%Y-%m-%d".
WARNINGMaintainabilityslow db query meta key3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
WARNINGMaintainabilityslow db query meta value3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Detected usage of meta_value, possible slow query.
WARNINGSecuritywp redirect wp redirect3
- Category
- Security
- Occurrences
- 3
- 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.
WARNINGMaintainabilityupgrade notice limit3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
The upgrade notice for "2.3.0 | 2025-02-02" exceeds the limit of 300 characters.
WARNINGMaintainabilityDirect Query2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
External Connections
Potential connections found in static code analysis.
Outbound calls
109
External assets
0
Incoming endpoints
1
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
No public endpoints detected.
Admin AJAX endpoints1
wp_ajax
Score History
First score snapshot
v2.3.4
27
Latest
- Findings
- 688
- Errors
- 325
- Warnings
- 363
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 688 | 325 | 363 | v2.3.4 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.