Friendly Captcha is a privacy-first anti-bot solution that protects WordPress website forms from spam and abuse.
Prioritized issue groups from the latest Plugin Check scan
Security
104
7 issue groups
Maintainability
77
10 issue groups
I18n
70
5 issue groups
Repo Compliance
3
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value=\"{$code}\" {$selected}>{$name}</option>"'.
Sample message
Mismatched text domain. Expected 'friendly-captcha' but got "frcaptcha".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Sanitization missing for register_setting().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$awsm_response".
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Elementor_Form_Friendlycaptcha_Field".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FRIENDLY_CAPTCHA_FRIENDLY_CAPTCHA_SDK_VERSION".
Sample message
Processing form data without nonce verification.
Sample message
$_POST[$fieldName] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: $error_message
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_friendly_captcha".
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_POST[$fieldName]
Sample message
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.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['formData']. Check that the array index exists before using it.
Sample message
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.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Friendly Captcha for WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Sample message
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.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "frcaptcha", expected "friendly-captcha".
Sample message
Function "wp_date()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 5.0.0.
Potential connections found in static code analysis.
Outbound calls
57
External assets
1
Incoming endpoints
0
No public endpoints detected.
2 score snapshots
v1.17.2
35
Latest
v1.17.0
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 254 | 192 | 62 | v1.17.2 | 2.0.0 |
| 35 | 254 | 192 | 62 | v1.17.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.