AI chatbot agent & live chat for customer support, FAQ, chat buttons including WhatsApp with Chatway live chat. iOS & Android apps available 💬
Category Scores
Top Issues by Category
i18n22
security20
Issues Details
46 issues found in latest scan
Mismatched text domain. Expected 'chatway-live-chat' but got 'chatway'.
Processing form data without nonce verification.
$_COOKIE['ch_cw_contact_id_' . $token] not unslashed before sanitization. Use wp_unslash() or similar
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$loader".
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'wp_redirect'.
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.
Plugin name "Chatway Live Chat - AI Chatbot, Customer Support, FAQ & Helpdesk Customer Service & Chat Buttons" is different from the name declared in plugin header "Chatway Live Chat".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
The "Text Domain" header in the plugin file does not match the slug. Found "chatway", expected "chatway-live-chat".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'chatway-live-chat' but got 'chatway'. | 20 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 10 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_COOKIE['ch_cw_contact_id_' . $token] not unslashed before sanitization. Use wp_unslash() or similar | 8 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$loader". | 2 |
| PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | WARNING | load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed. | 1 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'wp_redirect'. | 1 |
| WordPress.Security.SafeRedirect.wp_redirect_wp_redirect | WARNING | 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. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Chatway Live Chat - AI Chatbot, Customer Support, FAQ & Helpdesk Customer Service & Chat Buttons" is different from the name declared in plugin header "Chatway Live Chat". | 1 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 1 |
| textdomain_mismatch | WARNING | The "Text Domain" header in the plugin file does not match the slug. Found "chatway", expected "chatway-live-chat". | 1 |
Latest Snapshot
Findings
46
Errors
22
Warnings
24
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.5.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.5.0
69
Latest
- Findings
- 46
- Errors
- 22
- Warnings
- 24
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 69 | 46 | 22 | 24 | v1.5.0 | 2.0.0 | 2026.06-mvp-static-v2 |