Security-first MCP server. Connect Claude, ChatGPT & Gemini to WordPress with API key auth, rate limiting, audit logs, and Elementor tools.
Prioritized issue groups from the latest Plugin Check scan
Security
35
7 issue groups
Maintainability
22
9 issue groups
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$auth_codes_table} at "DELETE FROM `{$auth_codes_table}` WHERE used = 1 OR expires_at < %s"
Sample message
Use of a direct database call is discouraged.
Sample message
The %i modifier is only supported in WP 6.2 or higher. Found: "%i".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Unescaped parameter $prepared used in $wpdb->get_results()\n$prepared assigned unsafely at line 283.
Sample message
Function "wp_get_abilities()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 5.8.0.
Sample message
Use placeholders and $wpdb->prepare(); found $prepared
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 132.
Sample message
Attempting a database schema change is discouraged.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "raif_policy_override_cleared".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
The upgrade notice for "1.4.37" exceeds the limit of 300 characters.
Potential connections found in static code analysis.
Outbound calls
61
External assets
0
Incoming endpoints
7
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
10 score snapshots
v1.4.38
41
Latest
v1.4.37
42
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 57 | 22 | 35 | v1.4.38 | 2.0.0 |
| 42 | 44 | 16 | 28 | v1.4.37 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.