Prioritized issue groups from the latest Plugin Check scan
Maintainability
69
16 issue groups
Security
14
4 issue groups
Repo Compliance
2
2 issue groups
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "check_backup_files".
Sample message
Use placeholders and $wpdb->prepare(); found $drop_tables
Sample message
Unescaped parameter $optimize_tables used in $wpdb->query()\n$optimize_tables assigned unsafely at line 156.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_dbmanager_before_escapeshellcmd".
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP-DBManager" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
The use of function passthru() is forbidden
Sample message
Unescaped parameter $drop_tables used in $wpdb->query()\n$drop_tables assigned unsafely at line 61.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ms_site".
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
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $empty_table at "TRUNCATE `$empty_table`"
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
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: readfile().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Sample message
The readme short description contains unofficial language. It must be written in standard English.
Potential connections found in static code analysis.
Outbound calls
3
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v3.0.0
53
Latest
v2.80.10
27
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 53 | 85 | 25 | 60 | v3.0.0 | 2.0.0 |
| 27 | 690 | 386 | 304 | v2.80.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.