Run WordPress on SQLite instead of MySQL or MariaDB.
Prioritized issue groups from the latest Plugin Check scan
Security
110
7 issue groups
Maintainability
92
17 issue groups
I18n
3
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"DROP CONSTRAINT for constraint type '$constraint_type' is not supported."'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_MySQL_Lexer".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$data'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DB_ENGINE".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$@pdo".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "register_sqlite_enhancements_for_query_monitor".
Sample message
Traits declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_MySQL_Native_Parser_Impl".
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "incompatible_sql_modes".
Sample message
Missing $domain parameter in function call to __().
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_POST['checked']
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
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
Detected usage of meta_key, possible slow query.
Sample message
var_export() found. Debug code should not normally be used in production.
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
$_POST['checked'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Potential connections found in static code analysis.
Outbound calls
112
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
4 score snapshots
v3.0.2
35
Latest
v3.0.1
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 206 | 127 | 79 | v3.0.2 | 2.1.0 |
| 35 | 203 | 124 | 79 | v3.0.1 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.