Shiptastic for WooCommerce is your all-in-one shipping and fulfillment solution for WooCommerce.
Category Scores
Top Issues by Category
maintainability512
security137
Issues Details
766 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$image_stream".
A function call to _nx() 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.
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_wc_shiptastic_keep_force_filename".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->get_hook_prefix() . 'is_shipped'".
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_enqueue_scripts".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'wc_help_tip'.
Unescaped parameter $extra_checks used in $wpdb->get_results()\n$extra_checks assigned unsafely at line 513.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_STC_Email_Customer_Guest_Return_Shipment_Request".
Function "get_metadata_raw()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 5.4.0.
Attempting a database schema change is discouraged.
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WC_STC_IS_STANDALONE_PLUGIN".
The "/vendor" directory using composer exists, but "composer.json" file is missing.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$image_stream". | 153 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | A function call to _nx() 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. | 117 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET['_wpnonce'] | 114 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_wc_shiptastic_keep_force_filename". | 113 |
| WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->get_hook_prefix() . 'is_shipped'". | 105 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 56 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 43 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_enqueue_scripts". | 22 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'wc_help_tip'. | 14 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $extra_checks used in $wpdb->get_results()\n$extra_checks assigned unsafely at line 513. | 9 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_STC_Email_Customer_Guest_Return_Shipment_Request". | 7 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "get_metadata_raw()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 5.4.0. | 5 |
| Squiz.PHP.DiscouragedFunctions.Discouraged | WARNING | The use of function ini_set() is discouraged | 3 |
| WordPress.DB.DirectDatabaseQuery.SchemaChange | WARNING | Attempting a database schema change is discouraged. | 2 |
| PluginCheck.CodeAnalysis.WriteFile.ABSPATHDetected | WARNING | Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WC_STC_IS_STANDALONE_PLUGIN". | 1 |
| missing_composer_json_file | WARNING | The "/vendor" directory using composer exists, but "composer.json" file is missing. | 1 |
Latest Snapshot
Findings
766
Errors
136
Warnings
630
Score History
First score snapshot
First scan completed
v5.0.4 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v5.0.4
29
Latest
- Findings
- 766
- Errors
- 136
- Warnings
- 630
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 29 | 766 | 136 | 630 | v5.0.4 | 2.0.0 | 2026.06-mvp-static-v2 |