

Scan report — every archive with its location, size, and risk badge, plus CSV/Markdown export, bulk delete, and one-click actions. High-risk archives in the web root are flagged instantly.
Find every forgotten ZIP archive on your WordPress site – old backups, migration exports, duplicate plugin bundles – before they eat your disk space or leak your data.
Old backups, migration exports, and duplicate plugin bundles pile up on every WordPress site – and a full-site archive sitting in a public folder can expose your database credentials to anyone who guesses its URL.
ZIP Archive Scanner walks your entire WordPress file system (not just uploads) and gives you a clean report of every ZIP archive it finds, so you can review each one and remove what you no longer need. The scan runs in small, timeout-safe batches, so it works even on huge sites and slow shared hosting.
backup.zip, wp.zip, db.zip…) are flagged high risk.The Pro version adds Save Result – save scan reports as named snapshots and review them anytime (up to 20 snapshots).
The plugin’s admin dashboard is a React app compiled with @wordpress/scripts. The complete, uncompiled source is included in this plugin under the src/ directory, together with webpack.config.js and package.json.
To build from source:
bpl-tools (GPL): https://github.com/bPlugins/bpl-tools — clone it as a sibling directory of this plugin (i.e. wp-content/plugins/bpl-tools).npm install.npm run build — the compiled files are written to build/.