This plugin blocks detected attackers or displays them a captcha to check they are not bots.
Prioritized issue groups from the latest Plugin Check scan
Security
142
8 issue groups
Maintainability
61
9 issue groups
I18n
44
4 issue groups
Supply Chain
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" \n'.
Sample message
$_POST[$name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_crowdsec_plugin".
Sample message
Detected usage of a non-sanitized input variable: $_POST[$name]
Sample message
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The $text parameter must be a single text string literal. Found: '<br><br> Rollback to previous cache: '.$oldCacheSystem
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['PHP_SELF']. Check that the array index exists before using it.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$adminMenu".
Sample message
Detected usage of a non-sanitized, non-validated input variable _SERVER: "Location: {$_SERVER['HTTP_REFERER']}"
Sample message
The $text parameter must not contain interpolated variables or expressions. Found: $baasUrl
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$e'.
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ALREADY_BOUNCED_WITH_STANDALONE".
Sample message
Processing form data without nonce verification.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Hidden files are not permitted.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
Tested up to: 6.9 < 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 "Text Domain" header in the plugin file does not match the slug. Found "crowdsec-wp", expected "crowdsec".
Not analyzed yet.
First score snapshot
v2.13.1
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 249 | 130 | 119 | v2.13.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.