What problem does it solve?
It helps you turn scattered vulnerability findings from multiple agents into coherent, validated attack chains for a clear security assessment outcome.
Core Features & Use Cases
- Cross-Agent Attack Chain Analysis: Builds structured
attack_chains.json by correlating findings across the 6渗透 Agent and assigning chain severity and ordered exploitation steps.
- Evidence Re-Verification for Confirmed Findings: Enforces that each confirmed vulnerability is validated via
python scripts/verify_findings.py <workspace_dir> and produces only verification.json for report-ready confidence.
- Use Case: After parallel web penetration testing, consolidate findings such as LFI → RCE or IDOR → privilege escalation into a readable attack chain narrative for stakeholders and remediation planning.
Quick Start
Ask an AI to run the vulnerability analysis phase by reading workspace/findings/*.json and producing workspace/attack_chains.json, then verifying confirmed issues using python scripts/verify_findings.py <workspace_dir> to output verification.json.