Advanced chat plugin for WordPress with AI ChatGPT bots. Requires no server, supports multiple channels, appearance settings, moderation, bans.
Prioritized issue groups from the latest Plugin Check scan
Security
577
10 issue groups
Maintainability
319
14 issue groups
I18n
5
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$hint\n"'.
Sample message
Use placeholders and $wpdb->prepare(); found $active
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
$_COOKIE[self::COOKIE_NAME] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[self::COOKIE_NAME]
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE[self::USER_SETTINGS_COOKIE_NAME]. Check that the array index exists before using it.
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 101.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$actionsNum".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$alias'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wc_chat_channel_stats_html".
Sample message
Processing form data without nonce verification.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 117.
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "clearConfigFileData".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
The use of function ini_set() is discouraged
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Missing $domain parameter in function call to __().
Not analyzed yet.
First score snapshot
v3.4
21
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 976 | 470 | 506 | v3.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.