Use CAPTCHA to stop spam and allow customers & users to interact with your website easily. Block fake accounts and orders. Avoid false positives.
Category Scores
Top Issues by Category
i18n12
maintainability11
supply_chain3
repo_compliance3
Issues Details
30 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_url".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
The plugin name includes a restricted term. Your chosen plugin name - "CAPTCHA 4WP - Antispam CAPTCHA solution for WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Unescaped parameter $table_name used in $wpdb->query()\n$table_name assigned unsafely at line 111.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "anr_verify_captcha".
Mismatched text domain. Expected 'advanced-nocaptcha-recaptcha' but got 'captcha-4wp'.
Plugin name "CAPTCHA 4WP - Antispam CAPTCHA solution for WordPress" is different from the name declared in plugin header "CAPTCHA 4WP".
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Tested up to: 6.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Mismatched Requires at least: 5.0 != 5.5. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
Mismatched Requires PHP: 7.4.0 != 7.4. "Requires PHP" needs to be exactly the same with that in your main plugin file's header.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 10 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_url". | 3 |
| hidden_files | ERROR | Hidden files are not permitted. | 3 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 2 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "CAPTCHA 4WP - Antispam CAPTCHA solution for WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name. | 2 |
| PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | WARNING | load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed. | 1 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $table_name used in $wpdb->query()\n$table_name assigned unsafely at line 111. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "anr_verify_captcha". | 1 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'advanced-nocaptcha-recaptcha' but got 'captcha-4wp'. | 1 |
| five_star_reviews_detected | ERROR | Linking directly to 5 stars reviews is not allowed. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "CAPTCHA 4WP - Antispam CAPTCHA solution for WordPress" is different from the name declared in plugin header "CAPTCHA 4WP". | 1 |
| missing_composer_json_file | WARNING | The "/vendor" directory using composer exists, but "composer.json" file is missing. | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress. | 1 |
| readme_mismatched_header_requires | ERROR | Mismatched Requires at least: 5.0 != 5.5. "Requires at least" needs to be exactly the same with that in your main plugin file's header. | 1 |
| readme_mismatched_header_requires_php | ERROR | Mismatched Requires PHP: 7.4.0 != 7.4. "Requires PHP" needs to be exactly the same with that in your main plugin file's header. | 1 |
Latest Snapshot
Findings
30
Errors
20
Warnings
10
Score History
First score snapshot
First scan completed Jun 20, 2026
v7.6.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v7.6.0
35
Latest
- Findings
- 30
- Errors
- 20
- Warnings
- 10
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 35 | 30 | 20 | 10 | v7.6.0 | 2.0.0 | 2026.06-mvp-static-v2 |