Securely accept credit and debit cards on your WooCommerce store. Manage payments without leaving your WordPress dashboard. Only with WooPayments.
Category Scores
Top Issues by Category
maintainability245
security226
repo_compliance4
Issues Details
475 issues found in latest scan
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Constant with name '$value' does not exist."'.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Payment_Gateway_WCPay".
Detected usage of a non-sanitized input variable: $_GET[$attribute_key]
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$address_parts".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".
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: "__wcpay_customer_data_localized".
Detected usage of a possibly undefined superglobal array index: $_GET['currency']. Check that the array index exists before using it.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Unescaped parameter $sql used in $wpdb->get_col()\n$sql assigned unsafely at line 340.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Payments_Fraud_Risk_Tools".
The plugin name includes a restricted term. Your chosen plugin name - "WooPayments" - contains the restricted term "woo" which cannot be used at all in your plugin name.
Traits declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Payment_Gateway_WCPay_Subscriptions_Trait".
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: _site_transient_update_plugins
Function "wp_get_block_style_variation_name_from_class()" requires WordPress 6.6.0, but your plugin minimum supported version is WordPress 6.0.0.
Interfaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Payments_Http_Interface".
Plugin name "WooPayments: Integrated WooCommerce Payments" is different from the name declared in plugin header "WooPayments".
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Plugin Updater detected. These are not permitted in WordPress.org hosted plugins. Detected: site_transient_update_plugins
Mismatched Requires PHP: 7.3 != 7.4. "Requires PHP" needs to be exactly the same with that in your main plugin file's header.
One or more tags were ignored. Please limit your plugin to 5 tags.
The "Changelog" section is too long and was truncated. A maximum of 5000 characters is supported.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.ExceptionNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Constant with name '$value' does not exist."'. | 163 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Payment_Gateway_WCPay". | 115 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET[$attribute_key] | 47 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$address_parts". | 28 |
| WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook". | 26 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 19 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 19 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "__wcpay_customer_data_localized". | 13 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_GET['currency']. Check that the array index exists before using it. | 13 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 8 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $sql used in $wpdb->get_col()\n$sql assigned unsafely at line 340. | 3 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Payments_Fraud_Risk_Tools". | 3 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "WooPayments" - contains the restricted term "woo" which cannot be used at all in your plugin name. | 3 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedTraitFound | WARNING | Traits declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Payment_Gateway_WCPay_Subscriptions_Trait". | 2 |
| update_modification_detected | WARNING | Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: _site_transient_update_plugins | 2 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_get_block_style_variation_name_from_class()" requires WordPress 6.6.0, but your plugin minimum supported version is WordPress 6.0.0. | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedInterfaceFound | WARNING | Interfaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Payments_Http_Interface". | 1 |
| badly_named_files | ERROR | File and folder names must not contain spaces or special characters. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "WooPayments: Integrated WooCommerce Payments" is different from the name declared in plugin header "WooPayments". | 1 |
| missing_composer_json_file | WARNING | The "/vendor" directory using composer exists, but "composer.json" file is missing. | 1 |
| plugin_header_no_license | ERROR | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | 1 |
| plugin_updater_detected | ERROR | Plugin Updater detected. These are not permitted in WordPress.org hosted plugins. Detected: site_transient_update_plugins | 1 |
| readme_mismatched_header_requires_php | ERROR | Mismatched Requires PHP: 7.3 != 7.4. "Requires PHP" needs to be exactly the same with that in your main plugin file's header. | 1 |
| readme_parser_warnings_too_many_tags | WARNING | One or more tags were ignored. Please limit your plugin to 5 tags. | 1 |
| readme_parser_warnings_trimmed_section_changelog | WARNING | The "Changelog" section is too long and was truncated. A maximum of 5000 characters is supported. | 1 |
Latest Snapshot
Findings
475
Errors
177
Warnings
298
Score History
First score snapshot
First scan completed Jun 19, 2026
v10.8.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 19, 2026
v10.8.0
30
Latest
- Findings
- 475
- Errors
- 177
- Warnings
- 298
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 19, 2026Latest | 30 | 475 | 177 | 298 | v10.8.0 | 2.0.0 | 2026.06-mvp-static-v2 |