Central dashboard to monitor various WordPress components, processes and data, including the server.
Prioritized issue groups from the latest Plugin Check scan
Security
192
9 issue groups
Maintainability
95
15 issue groups
I18n
2
1 issue group
Sample message
$_REQUEST['log_type'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST['log_type']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$output'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['filename']. Check that the array index exists before using it.
Sample message
Use of a direct database call is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 10037.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_system_dashboard".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "inspect".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Function "get_dirsize()" requires WordPress 5.2.0, but your plugin minimum supported version is WordPress 4.8.0.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$access_log_table} at "SELECT * FROM {$access_log_table} ORDER BY ID DESC LIMIT %d"
Sample message
error_reporting() can lead to full path disclosure.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Config type '{$type}' does not exist."'.
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_writeable().
Sample message
Missing $domain parameter in function call to __().
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Potential connections found in static code analysis.
Outbound calls
258
External assets
4
Incoming endpoints
38
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
26 more hidden
First score snapshot
v2.8.22
32
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 296 | 91 | 205 | v2.8.22 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.