AI Writing Assistant, Chatbot, and virtual support all-in-one! Answer customer queries and generate content easily. Works with ChatGPT and Gemini.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
287
10 issue groups
Security
222
11 issue groups
I18n
33
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all_post_types".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$api_key'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['ays_tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST['dataObj']
Sample message
Use of a direct database call is discouraged.
Sample message
The $domain parameter must be a single text string literal. Found: $this->plugin_name
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $data_table
Sample message
Unescaped parameter $data_table used in $wpdb->query()\n$data_table assigned unsafely at line 35.
Sample message
Mismatched text domain. Expected 'ays-chatgpt-assistant' but got "ays-popup-box".
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "upgrader_clear_destination".
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 46.
Sample message
Attempting a database schema change is discouraged.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_chatgpt_assistant".
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.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $embedding_settings at "SELECT COUNT(*) FROM $embedding_settings WHERE meta_key = %s"
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: $_POST['id']. Check that the array index exists before using it.
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.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Get the Pro Version of %s ChatGPT Assistant%s – 20%% OFF'.
Potential connections found in static code analysis.
Outbound calls
197
External assets
5
Incoming endpoints
10
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.8.2
31
Latest
v2.8.1
31
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 548 | 170 | 378 | v2.8.2 | 2.0.0 |
| 31 | 548 | 170 | 378 | v2.8.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.