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
528
13 issue groups
Security
473
9 issue groups
I18n
47
3 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
Direct integration with a third-party AI provider (api.anthropic.com) detected. Consider the WordPress AI Client (wp_ai_client_prompt()) introduced in WordPress 7.0.
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
The $domain parameter must be a single text string literal. Found: $this->domain
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$accepted".
Sample message
Processing form data without nonce verification.
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
unlink() is discouraged. Use wp_delete_file() to delete a file.
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
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "litespeed_control_set_nocache".
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
Detected usage of meta_key, possible slow query.
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
20 score snapshots
v3.8.1
23
Latest
v3.8.0
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,112 | 455 | 657 | v3.8.1 | 2.1.0 |
| 23 | 1,113 | 457 | 656 | v3.8.0 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.