WP-Sweep allows you to clean up unused, orphaned and duplicated data in your WordPress. It also optimizes your database tables.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
185
7 issue groups
Security
56
5 issue groups
Repo Compliance
1
1 issue group
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$auto_drafts".
Sample message
Unescaped parameter $exclude_clause used in $wpdb->get_col()\n$exclude_clause used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Detected usage of a non-sanitized input variable: $_GET['sweep']
Sample message
$_GET['sweep'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $exclude_clause at "SELECT meta_key FROM $wpdb->commentmeta WHERE comment_id NOT IN (SELECT comment_ID FROM $wpdb->comments) $exclude_clause LIMIT %d"
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP-Sweep" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "plugin_uninstalled".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
Unexpected markdown file "CLAUDE.md" detected in plugin root. Only specific markdown files are expected in production plugins.
Potential connections found in static code analysis.
Outbound calls
5
External assets
0
Incoming endpoints
2
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
2 score snapshots
v1.2.0
38
Latest
v1.1.9
74
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 242 | 37 | 205 | v1.2.0 | 2.0.0 |
| 74 | 202 | 1 | 201 | v1.1.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.