๐ฅ๏ธ
Best Viewed on Desktop
The technical documentation and app previews are optimized for desktop viewing.
โ Back to Home๐ค
LLM Agents
6 specialized agents executing sequentially. Each has a focused responsibility โ complex reasoning decomposed into manageable steps.
Triage
Filter FPs
Correlator
Find links
AttackChain
Build chains
Exploit
PoC code
Remediation
Fix suggestions
Summary
Report
Configuration (Table 4)
| Agent | Model | Temp | Tokens | Responsibility |
|---|---|---|---|---|
| TriageAgent | gpt-4o | 0.1 | 1,000 | Filter FPs, adjust confidence |
| CorrelatorAgent | gpt-4o | 0.1 | 2,000 | Group by root cause |
| AttackChainAgent | gpt-4o | 0.3 | 3,000 | Build multi-step attack scenarios |
| ExploitGenerator | gpt-4o | 0.2 | 4,000 | Foundry-compatible PoC skeletons |
| RemediationAgent | gpt-4o | 0.1 | 2,000 | Fix recommendations + code patches |
| SummaryAgent | gpt-4o | 0.1 | 4,000 | Executive + technical report |
Agent Details
TriageAgent
In: All normalized findings + World
Out: Filtered findings + adjusted confidence
โณ Eliminates ~54% false positives
CorrelatorAgent
In: Triaged findings
Out: Findings grouped by root cause
โณ Reduces noise, identifies systemic problems
AttackChainAgent
In: Correlated findings + World
Out: Multi-step attack scenarios
โณ Compound vulnerabilities missed by individual tools
ExploitGenerator
In: High-severity findings + chains
Out: Foundry-compatible exploit skeletons
โณ PoC code โ skeletons need refinement in 40%
RemediationAgent
In: Validated findings
Out: Fix recommendations + code patches
โณ Concrete remediations following best practices
SummaryAgent
In: All processed data
Out: Executive + technical report
โณ Actionable documentation for all stakeholders
โ ๏ธ LLM Backend Migration Planned
Current: GPT-4o for all 6 agents. Planned: Gemini 3 (1M token context) enabling full contract suite analysis in a single pass.