audit_plugin
Run a security audit for any WordPress plugin using its wp.org slug, with optional performance analysis. Polls until complete and returns the full audit summary.
Instructions
Trigger a security audit for a WordPress plugin by its wp.org slug. Optionally pass engines: ['performance'] for extended performance analysis (+1 token). Submits to the job queue and polls until complete (up to 20 minutes). Returns the full audit summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The wp.org plugin slug (e.g. 'contact-form-7') | |
| engines | No | Optional extra engines. ['performance'] adds performance analysis (+1 token). |