Wise Chat

Advanced chat plugin for WordPress with AI ChatGPT bots. Requires no server, supports multiple channels, appearance settings, moderation, bans.

v3.4MarcinUpdated Added 5k+ installs88% rating
21
Score
470
Errors
506
Warnings
+0
Change

Category Scores

Security0
Repo72
Performance97
Maintainability0

Top Issues by Category

security577
maintainability319
i18n5

Issues Details

976 issues found in latest scan

ERROR164
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$hint\n"'.

ERROR119
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $active

WARNING90
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING85
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING61
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE[self::COOKIE_NAME] not unslashed before sanitization. Use wp_unslash() or similar

WARNING57
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE[self::COOKIE_NAME]

WARNING57
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_COOKIE[self::USER_SETTINGS_COOKIE_NAME]. Check that the array index exists before using it.

ERROR55
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 101.

WARNING40
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$actionsNum".

ERROR25
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$alias'.

WARNING23
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wc_chat_channel_stats_html".

WARNING23
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR21
WordPress.WP.AlternativeFunctions.curl_curl_setopt

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR11
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERROR10
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING8
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 117.

WARNING8
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR7
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "clearConfigFileData".

WARNING6
WordPress.PHP.DevelopmentFunctions.error_log_error_log

error_log() found. Debug code should not normally be used in production.

WARNING5
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

WARNING5
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

WARNING5
WordPress.DB.SlowDBQuery.slow_db_query_meta_value

Detected usage of meta_value, possible slow query.

ERROR5
WordPress.WP.AlternativeFunctions.curl_curl_close

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR5
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

Latest Snapshot

Findings

976

Errors

470

Warnings

506

Score History

First score snapshot

First scan completed

v3.4 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v3.4

21

Latest

Findings
976
Errors
470
Warnings
506
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins