AI-powered Customer Engagement Platform for impact-hungry eCommerce marketing teams
Prioritized issue groups from the latest Plugin Check scan
Security
704
9 issue groups
Maintainability
341
15 issue groups
I18n
8
1 issue group
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<tr><td>$function</td><td>"'.
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$accountSettingsInputs".
Sample message
Short PHP opening tag used with echo; expected "<?php echo $active ..." but found "<?= $active ..."
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "bhr\Admin".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
$_COOKIE[$name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$name]
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['action']. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$arr is not an array!"'.
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
The use of function str_rot13() is forbidden
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook_name".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SM_VERSION".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "main_salesmanago".
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Potential connections found in static code analysis.
Outbound calls
49
External assets
1
Incoming endpoints
0
No public endpoints detected.
2 score snapshots
v3.12.0
23
Latest
v3.11.3
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,073 | 644 | 429 | v3.12.0 | 2.0.0 |
| 22 | 1,074 | 645 | 429 | v3.11.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.