get_findings
Retrieve AWS security scan findings with severity levels, affected resources, and breach cost estimates to identify and prioritize vulnerabilities.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| severity | No | ||
| service | No | ||
| limit | No |