analyze_findings
Analyze and prioritize penetration test findings to create a structured triage report, highlighting attack paths, quick wins, and critical issues for effective decision-making.
Instructions
Analyze and prioritize all findings from recent scans. Returns a structured triage report designed for LLM decision-making. Identifies: attack paths, quick wins, critical issues, credential reuse opportunities.
host: focus on specific host (empty = all hosts) min_severity: minimum severity to include — low, medium, high, critical min_confidence: minimum confidence to include — low, medium, high max_items: max findings to analyze (default 20)
Returns: prioritized attack paths, quick wins, and recommended next actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| max_items | No | ||
| min_severity | No | low | |
| min_confidence | No | low |