Sets a cookie on a random URL that is then checked when a comment is posted. If the cookie is missing the comment is marked as spam.
Prioritized issue groups from the latest Plugin Check scan
Security
36
6 issue groups
Maintainability
7
5 issue groups
I18n
4
1 issue group
Repo Compliance
4
4 issue groups
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE[$cfc_key]. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cfc_key]
Sample message
$_COOKIE[$cfc_key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$cfc_key'.
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The use of function create_function() is forbidden
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: readfile().
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 5.2 < 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
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
Not analyzed yet.
First score snapshot
v0.5.5
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 51 | 22 | 29 | v0.5.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.