adversarial-iac blue-team¶
Run the Blue Team agent only. Analyzes code for vulnerabilities.
Usage¶
Options¶
| Option | Type | Default | Description |
|---|---|---|---|
--input-dir, -i |
path | required | Directory with Red Team output (code + manifest) |
--model, -m |
str | claude-3-5-haiku | Bedrock model ID |
--mode |
choice | llm_only | llm_only, tools_only, hybrid |
--use-trivy |
flag | false | Enable Trivy scanner |
--use-checkov |
flag | false | Enable Checkov scanner |
--language, -l |
choice | terraform | terraform, cloudformation |
--region |
str | us-east-1 | AWS region |
Examples¶
LLM only¶
With Trivy¶
Hybrid (LLM + Checkov)¶
Output¶
Writes blue_team_findings.json to the input directory. Use judge to score against the manifest.