Features
Prioritized issue groups from the latest Plugin Check scan
Maintainability
62
19 issue groups
Security
10
4 issue groups
Supply Chain
1
1 issue group
Repo Compliance
1
1 issue group
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_manually_load_plugin".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
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 '"Total posts to export: $count\n\n"'.
Sample message
Use of a direct database call is discouraged.
Sample message
Unescaped parameter $query used in $wpdb->get_col()\n$query assigned unsafely at line 215.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "edit_post_content".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_tests_dir".
Sample message
Processing form data without nonce verification.
Sample message
The use of function set_time_limit() is discouraged
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ColspanTableConverter".
Sample message
error_log() 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: 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: fread().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
GitHub workflow directory ".github" detected. This directory should not be included in production plugins.
Sample message
Hidden files are not permitted.
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Potential connections found in static code analysis.
Outbound calls
44
External assets
1
Incoming endpoints
0
No public endpoints detected.
2 score snapshots
v4.1.0
35
Latest
v4.0.4
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 77 | 52 | 25 | v4.1.0 | 2.0.0 |
| 35 | 79 | 54 | 25 | v4.0.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.