Automatically insert Project Honeypot links into your pages and block IP addresses that are listed on various block lists you can choose from.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
613
8 issue groups
Maintainability
311
11 issue groups
Repo Compliance
1
1 issue group
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.258
- Category
- Security
- Occurrences
- 258
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.140
- Category
- Maintainability
- Occurrences
- 140
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGSecurityRequest data is not unslashed$_POST['HT_nonce'] not unslashed before sanitization. Use wp_unslash() or similar133
- Category
- Security
- Occurrences
- 133
- Severity
- warning
Sample message
$_POST['HT_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().124
- Category
- Maintainability
- Occurrences
- 124
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_POST['HT_nonce']. Check that the array index exists before using it.63
- Category
- Security
- Occurrences
- 63
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['HT_nonce']. Check that the array index exists before using it.
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$htSettings['404_block_time']'.43
- Category
- Security
- Occurrences
- 43
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$htSettings['404_block_time']'.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_POST['HT_nonce']40
- Category
- Security
- Occurrences
- 40
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_POST['HT_nonce']
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $deleteActivityQuery37
- Category
- Security
- Occurrences
- 37
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $deleteActivityQuery
ERRORSecurityDatabase parameter is not escapedUnescaped parameter $deleteActivityQuery used in $wpdb->query()\n$deleteActivityQuery assigned unsafely at line 1055.35
- Category
- Security
- Occurrences
- 35
- Severity
- error
Sample message
Unescaped parameter $deleteActivityQuery used in $wpdb->query()\n$deleteActivityQuery assigned unsafely at line 1055.
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;13
- Category
- Maintainability
- Occurrences
- 13
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Show 10 moreShow less
ERRORMaintainabilitywp function not compatible with requires wp11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- error
Sample message
Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.6.0.
ERRORMaintainabilityrand mt rand7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- error
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
ERRORMaintainabilitystrip tags strip tags5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- error
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
WARNINGMaintainabilitySchema Change4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
WARNINGSecurityNonce verification recommended4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityNo PHP code found3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
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.
ERRORMaintainabilitydate date2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORMaintainabilityOffloaded Content1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Found call to wp_register_style() with external resource. Offloading styles to your servers or any remote service is disallowed.
WARNINGMaintainabilityMissing Version1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
ERRORRepo Complianceoutdated tested upto header1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
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.
External Connections
Potential connections found in static code analysis.
Outbound calls
13
External assets
0
Incoming endpoints
12
Notable Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
No public endpoints detected.
Admin AJAX endpoints12
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
Score History
First score snapshot
v5.0.4
32
Latest
- Findings
- 925
- Errors
- 155
- Warnings
- 770
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 925 | 155 | 770 | v5.0.4 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.