audit_plugin_zip
Audit a WordPress plugin by submitting its local ZIP file. The tool processes the file and returns a complete security audit summary.
Instructions
Audit a WordPress plugin from a local ZIP file. Provide the absolute or relative path to the .zip file. Submits to the job queue and polls until complete (up to 20 minutes). Returns the full audit summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engines | No | Optional extra engines. ['performance'] adds server load, caching, and asset loading analysis (+1 token). | |
| file_path | Yes | Absolute or relative path to the plugin .zip file (e.g. './my-plugin.zip' or '/Users/me/plugins/my-plugin.zip') |