Make ecommerce easy with a simple-to-use, all-in-one platform that anyone can set up in just a few minutes!
Category Scores
Top Issues by Category
maintainability1,219
security379
i18n13
supply_chain5
Issues Details
1,645 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_wp_current_template_content".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Processing form data without nonce verification.
$_COOKIE['sc_click_id'] not unslashed before sanitization. Use wp_unslash() or similar
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "abandoned_order_status_links".
Detected usage of a non-sanitized input variable: $_COOKIE['sc_click_id']
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$auto_height'.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "sc_action".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Config type '{$type}' does not exist."'.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$event".
error_log() found. Debug code should not normally be used in production.
Detected usage of meta_query, possible slow query.
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
The "surecart.middleware.user.logged" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
Detected usage of a possibly undefined superglobal array index: $_GET['surecart_nonce']. Check that the array index exists before using it.
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.
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Detected usage of meta_key, possible slow query.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found interpolation in unescaped heredoc.
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: "ACSS_FLAG_LOAD_DASHBOARD_SCRIPTS_IN_FOOTER".
Processing form data without nonce verification.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_wp_current_template_content". | 618 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 405 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 145 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_COOKIE['sc_click_id'] not unslashed before sanitization. Use wp_unslash() or similar | 67 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "abandoned_order_status_links". | 57 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_COOKIE['sc_click_id'] | 57 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$auto_height'. | 54 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "sc_action". | 29 |
| WordPress.Security.EscapeOutput.ExceptionNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Config type '{$type}' does not exist."'. | 29 |
| WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$event". | 18 |
| WordPress.PHP.DevelopmentFunctions.error_log_error_log | WARNING | error_log() found. Debug code should not normally be used in production. | 18 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_query | WARNING | Detected usage of meta_query, possible slow query. | 17 |
| Internal.NoCodeFound | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them. | 15 |
| WordPress.NamingConventions.PrefixAllGlobals.InvalidPrefixPassed | WARNING | The "surecart.middleware.user.logged" prefix is not a valid namespace/function/class/variable/constant prefix in PHP. | 14 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_GET['surecart_nonce']. Check that the array index exists before using it. | 14 |
| 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. | 10 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 9 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 8 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_key | WARNING | Detected usage of meta_key, possible slow query. | 7 |
| WordPress.Security.EscapeOutput.HeredocOutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found interpolation in unescaped heredoc. | 5 |
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 5 |
| hidden_files | ERROR | Hidden files are not permitted. | 5 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ACSS_FLAG_LOAD_DASHBOARD_SCRIPTS_IN_FOOTER". | 4 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 3 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 3 |
Latest Snapshot
Findings
1,645
Errors
526
Warnings
1,119
Score History
First score snapshot
First scan completed Jun 20, 2026
v4.4.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v4.4.1
19
Latest
- Findings
- 1,645
- Errors
- 526
- Warnings
- 1,119
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 19 | 1,645 | 526 | 1,119 | v4.4.1 | 2.0.0 | 2026.06-mvp-static-v2 |