The CRM for small businesses. Manage leads, invoicing, billing, email marketing, clients, contacts, quotes, automation. Works with WooCommerce too.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,510
10 issue groups
Security
1,468
12 issue groups
I18n
290
3 issue groups
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$actionHolderName".1,611
- Category
- Maintainability
- Occurrences
- 1,611
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$actionHolderName".
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Copying $src to $dest...\n"'.304
- Category
- Security
- Occurrences
- 304
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Copying $src to $dest...\n"'.
WARNINGSecurityRequest data is not unslashed$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar254
- Category
- Security
- Occurrences
- 254
- Severity
- warning
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;232
- Category
- Maintainability
- Occurrences
- 232
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.220
- Category
- Maintainability
- Occurrences
- 220
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.199
- Category
- Security
- Occurrences
- 199
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().190
- Category
- Maintainability
- Occurrences
- 190
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.190
- Category
- Security
- Occurrences
- 190
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $ZBSCRM_t167
- Category
- Security
- Occurrences
- 167
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $ZBSCRM_t
ERRORI18nMissing Translators CommentA function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.162
- Category
- I18n
- Occurrences
- 162
- Severity
- error
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Show 15 moreShow less
WARNINGMaintainabilityNon-prefixed hook name129
- Category
- Maintainability
- Occurrences
- 129
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "after-zerobscrm-admin-init".
ERRORI18nNon Singular String Literal Text117
- Category
- I18n
- Occurrences
- 117
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $colVal['fieldstr']
ERRORSecurityDatabase parameter is not escaped107
- Category
- Security
- Occurrences
- 107
- Severity
- error
Sample message
Unescaped parameter $ZBSCRM_t['aka'] used in $wpdb->query()\n$ZBSCRM_t['aka'] used without escaping.
WARNINGSecurityInput is not sanitized93
- Category
- Security
- Occurrences
- 93
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES['zbs_file_attachment']
WARNINGSecurityInput is not validated65
- Category
- Security
- Occurrences
- 65
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['zbsc_file_' . $cfSubKey]['tmp_name']. Check that the array index exists before using it.
WARNINGMaintainabilityNon-prefixed constant46
- Category
- Maintainability
- Occurrences
- 46
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ZBSCRM_INC_LOGSMB".
WARNINGSecurityDatabase parameter is not escaped42
- Category
- Security
- Occurrences
- 42
- Severity
- warning
Sample message
Unescaped parameter $ZBSCRM_t[$tableKey] used in $wpdb->query()\n$ZBSCRM_t[$tableKey] used without escaping.
WARNINGMaintainabilityNon-prefixed function29
- Category
- Maintainability
- Occurrences
- 29
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__w".
ERRORSecurityException output is not escaped21
- Category
- Security
- Occurrences
- 21
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$path does not exist."'.
ERRORMaintainabilitydate date19
- Category
- Maintainability
- Occurrences
- 19
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGMaintainabilityerror log print r18
- Category
- Maintainability
- Occurrences
- 18
- Severity
- warning
Sample message
print_r() found. Debug code should not normally be used in production.
ERRORMaintainabilityunlink unlink16
- Category
- Maintainability
- Occurrences
- 16
- Severity
- error
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
WARNINGSecuritywp redirect wp redirect14
- Category
- Security
- Occurrences
- 14
- Severity
- warning
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.
WARNINGSecurityInterpolated SQL is not prepared12
- Category
- Security
- Occurrences
- 12
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $meta at "DELETE FROM $wpdb->postmeta WHERE `meta_key` = '$meta'"
ERRORI18nText Domain Mismatch11
- Category
- I18n
- Occurrences
- 11
- Severity
- error
Sample message
Mismatched text domain. Expected 'zero-bs-crm' but got 'jetpack-assets'.
Score History
First score snapshot
v6.8.1
24
Latest
- Findings
- 4,363
- Errors
- 1,211
- Warnings
- 3,152
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 4,363 | 1,211 | 3,152 | v6.8.1 | 2.0.0 |