Prioritized issue groups from the latest Plugin Check scan
Maintainability
895
13 issue groups
Security
393
8 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all_active_characters_list".
Sample message
Processing form data without nonce verification.
Sample message
$_GET[$taxonomy] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['comic_audio']['name']
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $posttype used in $wpdb->get_results()\n$thismonth assigned unsafely at line 232.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$queue_table} at FROM {$queue_table} q\n
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['comic_audio']['tmp_name']. Check that the array index exists before using it.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'get_template_part_' . $slug".
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
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.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->filter_prefix . '_get_template_part'".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "tooocheke_universal_day_link".
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Gamajo_Template_Loader".
Potential connections found in static code analysis.
Outbound calls
168
External assets
2
Incoming endpoints
21
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
admin_post
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 more hidden
16 score snapshots
v2.14
29
Latest
v2.13
29
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 29 | 1,288 | 0 | 1,288 | v2.14 | 2.0.0 |
| 29 | 1,282 | 0 | 1,282 | v2.13 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.