AI meets WordPress. Your site can now chat, write poetry, solve problems, and maybe make you coffee.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
481
14 issue groups
Security
455
9 issue groups
I18n
29
2 issue groups
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Use placeholders and $wpdb->prepare(); found $args
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$service: "'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column at "ALTER TABLE {$this->table_tasks} DROP COLUMN $column"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use of a direct database call is discouraged.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$body".
Sample message
Processing form data without nonce verification.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['mwai_session_id']
Sample message
$_COOKIE['mwai_session_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The $domain parameter must be a single text string literal. Found: $this->domain
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" ISSUE: {$i}\n"'.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $countSql used in $wpdb->get_var()\n$countSql used without escaping.
Sample message
Processing form data without nonce verification.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Mismatched text domain. Expected 'ai-engine' but got 'meowapps'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MeowKit_MWAI_Admin".
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
The use of function ini_set() is discouraged
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "litespeed_control_set_nocache".
Potential connections found in static code analysis.
Outbound calls
270
External assets
4
Incoming endpoints
26
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
16 score snapshots
v3.7.0
23
Latest
v3.6.9
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,023 | 423 | 600 | v3.7.0 | 2.0.0 |
| 23 | 1,018 | 423 | 595 | v3.6.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.