Secure WordPress MCP server. Connect Claude, ChatGPT, Cursor & any AI agent via MCP to manage content, edit themes & automate your site.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
41
16 issue groups
Security
31
6 issue groups
I18n
8
2 issue groups
Performance
1
1 issue group
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$chunk} at "SELECT {$pk_sql} FROM {$table_sql} {$where}{$order} LIMIT {$chunk}"
Sample message
Unescaped parameter $audit_table used in $wpdb->query()\n$audit_table assigned unsafely at line 34.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$audit_table".
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "breeze_clear_all_cache".
Sample message
Detected usage of meta_key, possible slow query.
Sample message
The use of function set_time_limit() is discouraged
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$post_id'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Added option \'%s\' (autoload=%s).'.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WPVibe - WordPress MCP Server. Connect Claude, ChatGPT & Any AI Agent via MCP" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Sample message
The use of function wp_get_sidebars_widgets() is forbidden
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 4.
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: "$hook".
Sample message
error_reporting() can lead to full path disclosure.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST[$key]
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Potential connections found in static code analysis.
Outbound calls
31
External assets
1
Incoming endpoints
3
register_rest_route
admin_post
wp_ajax
20 score snapshots
v1.13.5
49
Latest
v1.13.4
49
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 49 | 84 | 20 | 64 | v1.13.5 | 2.0.0 |
| 49 | 84 | 20 | 64 | v1.13.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.