Turn your WordPress site into a marketing powerhouse. Grow your audience, boost engagement, and drive more sales with Brevo.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
594
10 issue groups
Maintainability
448
14 issue groups
Supply Chain
5
1 issue group
WARNINGSecurityMissing Unslash$_COOKIE['email_id'] not unslashed before sanitization. Use wp_unslash() or similar134
- Category
- Security
- Occurrences
- 134
- Severity
- warning
Sample message
$_COOKIE['email_id'] not unslashed before sanitization. Use wp_unslash() or similar
ERRORSecurityNot PreparedUse placeholders and $wpdb->prepare(); found $alter_query129
- Category
- Security
- Occurrences
- 129
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $alter_query
ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;112
- Category
- Maintainability
- Occurrences
- 112
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$attachment".84
- Category
- Maintainability
- Occurrences
- 84
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$attachment".
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" git push origin master gh-pages v$newVersion\n"'.82
- Category
- Security
- Occurrences
- 82
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" git push origin master gh-pages v$newVersion\n"'.
WARNINGSecurityMissingProcessing form data without nonce verification.75
- Category
- Security
- Occurrences
- 75
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.74
- Category
- Maintainability
- Occurrences
- 74
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().74
- Category
- Maintainability
- Occurrences
- 74
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityRecommendedProcessing form data without nonce verification.58
- Category
- Security
- Occurrences
- 58
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_COOKIE[SIB_Push_Public::INSTALLATION_ID_COOKIE_NAME]43
- Category
- Security
- Occurrences
- 43
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[SIB_Push_Public::INSTALLATION_ID_COOKIE_NAME]
Show 15 moreShow less
ERRORSecurityUnescaped DBParameter35
- Category
- Security
- Occurrences
- 35
- Severity
- error
Sample message
Unescaped parameter $alter_query used in $wpdb->query()\n$alter_query assigned unsafely at line 102.
WARNINGMaintainabilityNon Prefixed Class Found25
- Category
- Maintainability
- Occurrences
- 25
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Mailin".
WARNINGSecurityInput Not Validated19
- Category
- Security
- Occurrences
- 19
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['image']. Check that the array index exists before using it.
WARNINGMaintainabilityNon Prefixed Hookname Found18
- Category
- Maintainability
- Occurrences
- 18
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
ERRORMaintainabilityFound12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- error
Sample message
The use of function passthru() is forbidden
WARNINGMaintainabilityerror log error log12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
error_log() found. Debug code should not normally be used in production.
ERRORSecurityUnsafe Printing Function11
- Category
- Security
- Occurrences
- 11
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGSecurityInput Not Validated Not Sanitized8
- Category
- Security
- Occurrences
- 8
- Severity
- warning
Sample message
Detected usage of a non-sanitized, non-validated input variable _SERVER: "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"
ERRORMaintainabilitycurl curl setopt7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- error
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
ERRORMaintainabilityparse url parse url7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- error
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
ERRORMaintainabilityNon Enqueued Script7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- error
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
ERRORMaintainabilityNot Allowed6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- error
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
WARNINGMaintainabilityNot In Footer5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
In footer ($in_footer) is not set explicitly wp_register_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.
ERRORSupply Chainhidden files5
- Category
- Supply Chain
- Occurrences
- 5
- Severity
- error
Sample message
Hidden files are not permitted.
ERRORMaintainabilitywp function not compatible with requires wp5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- error
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 4.4.0.
Score History
First score snapshot
v3.3.4
20
Latest
- Findings
- 1,106
- Errors
- 460
- Warnings
- 646
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 20 | 1,106 | 460 | 646 | v3.3.4 | 2.0.0 |