This plugin allows you to easily add chatbots powered by IBM watsonx Assistant to your website.
Prioritized issue groups from the latest Plugin Check scan
Security
183
8 issue groups
I18n
149
2 issue groups
Maintainability
68
15 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: self::SLUG
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div>{$total_messages_text} {$showing_messages_text}</div> {$copy_logs_button}"'.
Sample message
Sanitization missing for register_setting().
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
Missing $domain parameter in function call to __().
Sample message
Use placeholders and $wpdb->prepare(); found $count_query
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 268.
Sample message
Detected usage of a non-sanitized input variable: $_POST['my_logo_upload_nonce']
Sample message
$_POST['my_logo_upload_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$column} at \t\t\tWHERE {$column} LIKE %s\n
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->identifier . '_cron_interval'".
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cron_request".
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Chatbot with IBM watsonx Assistant" - contains the restricted term "watson" which cannot be used at all in your plugin name.
Sample message
Possible use of short open tags detected; found: <? if (get_option('watsonconv_history_enab...
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Async_Request".
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
The "goto" language construct should not be used.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['watsonconv_custom_logo']['error']. Check that the array index exists before using it.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Potential connections found in static code analysis.
Outbound calls
291
External assets
2
Incoming endpoints
7
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
First score snapshot
v0.9.1
33
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 407 | 324 | 83 | v0.9.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.