Sign-up Sheets

Create online sign-up sheets for volunteers, events, and group scheduling.

v2.3.4Fetch DesignsUpdated Added 1k+ installs96% rating
27
Score
325
Errors
363
Warnings
+0
Change

Category Scores

Security0
Repo90
Performance90
Maintainability21

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

688 findings

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 more
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.

19 domains

Outbound calls

109

External assets

0

Incoming endpoints

1

Notable Domains

fetchdesigns.com26 · outbound
google.com13 · outbound
php.net10 · outbound
npmjs.com4 · outbound
stackoverflow.com2 · outbound
trentrichardson.com2 · outbound

Platform / Reference Domains

developer.wordpress.org19 · platform/reference
w3.org19 · platform/reference
wordpress.org3 · platform/reference
github.com2 · platform/reference
core.trac.wordpress.org1 · platform/reference
opensource.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints1
wp_ajax_dlsmb_image_dataauthenticated

wp_ajax

Score History

First score snapshot

v2.3.4

27

Latest

Findings
688
Errors
325
Warnings
363
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

36 nodes

Related Plugins

WP Telegram Login & Register

1k+ active installs

95
Mailchimp List Subscribe Form

60k+ active installs

86
Action Network

400 active installs

76
One Tap Google Sign in

900 active installs

63
Allow Multiple Accounts

9k+ active installs

40