Everything you need to sell WordPress maintenance and manage multiple sites effortlessly: backup, update, uptime monitoring, and security.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
842
14 issue groups
Security
644
10 issue groups
I18n
223
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The \"ignoreVCSIgnored\" option cannot be used by the Finder as the \"{$path}\" file is not readable."'.
Sample message
Mismatched text domain. Expected 'wp-health' but got 'action-scheduler'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$name".
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_memory_limit".
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file']['name']
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DISALLOW_FILE_EDIT".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "as_enqueue_async_action".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CronExpression".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$dump'.
Sample message
Unescaped parameter $activityLogBufferTableName used in $wpdb->get_var()
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at WHERE meta_key = %s AND user_id IN ($placeholders)"
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
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
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Function "move_dir()" requires WordPress 6.2.0, but your plugin minimum supported version is WordPress 5.8.0.
Sample message
Use placeholders and $wpdb->prepare(); found $postTypes
Sample message
Processing form data without nonce verification.
Potential connections found in static code analysis.
Outbound calls
119
External assets
0
Incoming endpoints
22
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
admin_post
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
5 more hidden
7 score snapshots
v2.26.2
22
Latest
v2.26.1
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,973 | 974 | 999 | v2.26.2 | 2.0.0 |
| 22 | 1,969 | 970 | 999 | v2.26.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.