correlate_findings
Analyze multiple security findings to identify attack chains and compound risks, revealing threats more severe than individual issues and providing prioritized remediation.
Instructions
Correlate multiple findings to identify attack chains and compound risks.
Analyzes findings from multiple tools to identify patterns, attack chains, and compound risks that are more severe than individual findings suggest.
Args: findings: List of Finding objects (as dicts) from any Tengu tool. Each finding should have: severity, owasp_category, cve_ids, tool.
Returns: Correlation analysis with identified attack chains, risk score, and prioritized remediation recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| findings | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||