audit_plugins_bulk
Audit all WordPress plugin ZIP files in a directory in batches of ten, streaming results and printing a summary table. Ideal for reviewing an entire plugin suite at once.
Instructions
Audit all plugin ZIP files in a local directory. Submits in batches of 10 via the job queue, streams results as each audit completes, and prints a summary table. Useful for auditing an entire plugin suite at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engines | No | Optional extra engines. ['performance'] adds performance analysis (+1 token per plugin). | |
| pattern | No | Extension filter in the form *.ext (default: '*.zip') | |
| directory | Yes | Absolute path to a folder containing plugin .zip files |