Get ideas, inspiration, and content in a few clicks with our AI Writer. All content is unique and original. Simply tweak it and go.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
238
13 issue groups
Security
103
8 issue groups
I18n
41
2 issue groups
Repo Compliance
2
2 issue groups
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Failed to rewrite the following content: {$content}"'.
Sample message
Mismatched text domain. Expected 'content-bot' but got "wp-content-bot".
Sample message
Missing $domain parameter in function call to _e().
Sample message
Processing form data without nonce verification.
Sample message
$_GET['cb_rewrite_post'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['post']. Check that the array index exists before using it.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$gettingStartedPage".
Sample message
Processing form data without nonce verification.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Function "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.8.0.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cb_addPostActions".
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
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CB_Rewriter".
Sample message
Detected usage of a non-sanitized input variable: $_GET['post']
Sample message
Plugin name "ContentBot AI Writer (AI Content)" is different from the name declared in plugin header "Content Bot".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Potential connections found in static code analysis.
Outbound calls
260
External assets
4
Incoming endpoints
6
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v1.2.4
30
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 386 | 317 | 69 | v1.2.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.