get_findings
Fetch paginated audit findings, filtered by severity or category, to identify security issues in WordPress plugins and themes.
Instructions
Get paginated findings from an audit, optionally filtered by severity or category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50) | |
| offset | No | Pagination offset | |
| auditId | Yes | The audit UUID | |
| category | No | Filter by finding category | |
| severity | No | Filter: CRITICAL, HIGH, MEDIUM, or LOW |