list_findings
Retrieve security scan findings filtered by severity, category, file, or project path to identify vulnerabilities from the latest scan.
Instructions
List findings from the latest scan, optionally filtered.
Args: severity: Only this severity (critical, high, medium, low, info). category: e.g. secrets, access-control, injection, backend-config, payments, ai, mobile, supply-chain. file: Substring of the file path. offset: Pagination offset. limit: Page size (max 100). path: Project root; defaults to the most recently scanned project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | ||
| path | No | ||
| limit | No | ||
| offset | No | ||
| category | No | ||
| severity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||