Welcart is a free WordPress e-commerce plugin with the top market share in Japan.
Category Scores
Top Issues by Category
i18n8,569
security7,979
maintainability4,160
Issues Details
21,273 issues found in latest scan
Mismatched text domain. Expected 'usc-e-shop' but got 'autodelivery'.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$DT".
Detected usage of a non-sanitized input variable: $_COOKIE[$key]
Processing form data without nonce verification.
Processing form data without nonce verification.
$_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar
Detected usage of a possibly undefined superglobal array index: $_FILES['atodene_upcsv']['name']. Check that the array index exists before using it.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"'{$selected}>"'.
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Use placeholders and $wpdb->prepare(); found interpolated variable $access_table at "SHOW TABLES LIKE '$access_table'"
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AUTO_CANCEL_TYPE_NO_WAIT".
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fgets".
Unescaped parameter $aquery used in $wpdb->query()\n$aquery assigned unsafely at line 1390.
The $text parameter must be a single text string literal. Found: $acting_status
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.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Unescaped parameter $access_table used in $wpdb->get_row()\n$access_table assigned unsafely at line 603.
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ANOTHERLANE_SETTLEMENT".
The $text text string should have translatable content. Found: '%s'
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'usc-e-shop' but got 'autodelivery'. | 7,694 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$DT". | 2,732 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_COOKIE[$key] | 1,658 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 1,270 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 1,266 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar | 1,156 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_FILES['atodene_upcsv']['name']. Check that the array index exists before using it. | 817 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"'{$selected}>"'. | 502 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 374 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 352 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 326 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. | 324 |
| WordPress.DB.PreparedSQL.NotPrepared | ERROR | Use placeholders and $wpdb->prepare(); found $aquery | 308 |
| WordPress.DB.PreparedSQL.InterpolatedNotPrepared | WARNING | Use placeholders and $wpdb->prepare(); found interpolated variable $access_table at "SHOW TABLES LIKE '$access_table'" | 296 |
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 268 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AUTO_CANCEL_TYPE_NO_WAIT". | 238 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fgets". | 208 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | ERROR | Unescaped parameter $aquery used in $wpdb->query()\n$aquery assigned unsafely at line 1390. | 200 |
| WordPress.WP.I18n.NonSingularStringLiteralText | ERROR | The $text parameter must be a single text string literal. Found: $acting_status | 156 |
| WordPress.Security.SafeRedirect.wp_redirect_wp_redirect | WARNING | 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. | 137 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 109 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $access_table used in $wpdb->get_row()\n$access_table assigned unsafely at line 603. | 101 |
| WordPress.DateTime.RestrictedFunctions.date_date | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 77 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ANOTHERLANE_SETTLEMENT". | 70 |
| WordPress.WP.I18n.NoEmptyStrings | ERROR | The $text text string should have translatable content. Found: '%s' | 69 |
Latest Snapshot
Findings
21,273
Errors
10,377
Warnings
10,896
Score History
First score snapshot
First scan completed Jun 20, 2026
v2.11.29 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v2.11.29
22
Latest
- Findings
- 21,273
- Errors
- 10,377
- Warnings
- 10,896
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 22 | 21,273 | 10,377 | 10,896 | v2.11.29 | 2.0.0 | 2026.06-mvp-static-v2 |