get_findings
Extract structured security findings from completed penetration testing jobs. Filter by host, severity, and confidence to receive normalized evidence.
Instructions
Extract and return normalized findings from a completed job. job_id: job to extract findings from (leave empty to get all recent findings) host: filter findings by host min_severity: minimum severity to return — info, low, medium, high, critical min_confidence: minimum confidence to return — low, medium, high Returns: list of normalized Finding objects with host, title, severity, evidence, tool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| job_id | No | ||
| min_severity | No | info | |
| min_confidence | No | low |