get_findings
Retrieve findings from the last security scan, filtered by severity or AWS service, including breach cost estimates.
Instructions
Get findings from the last scan, optionally filtered.
Each finding includes check ID, severity, resource, description, and estimated breach cost.
Args: severity: Filter by severity (critical, high, medium, low) service: Filter by AWS service prefix (e.g. "iam", "s3", "ec2", "vpc") limit: Maximum number of findings to return (default: 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| severity | No | ||
| service | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |