Create and save SQL Reports in your WP Admin and place them on pages and posts with a shortcode. Keep your database safe with automatic backups.
Prioritized issue groups from the latest Plugin Check scan
Security
226
8 issue groups
Maintainability
73
16 issue groups
I18n
8
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" h2.ELISQLREPORTS-Report-Name {display: none;}</style><!-- $cache[0] -->\n"'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['delete']
Sample message
$_GET['delete'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found $GLOBALS
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['DB_PASSWORD']. Check that the array index exists before using it.
Sample message
Function "esc_attr()" requires WordPress 2.8.0, but your plugin minimum supported version is WordPress 2.6.0.
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
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
The use of function eval() is forbidden
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Unescaped parameter $SQ used in $wpdb->get_results()\n$SQ assigned unsafely at line 417.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_free_result.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$func".
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_error.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_fetch_row.
Sample message
print_r() found. Debug code should not normally be used in production.
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: fclose().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Found unescaped literal "%" character.
Potential connections found in static code analysis.
Outbound calls
9
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v5.25.25
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 323 | 165 | 158 | v5.25.25 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.