Skip to content

Quick Start

Run your first game in under 5 minutes.

Install

git clone https://github.com/brianterry/Adversarial-IaC-Evaluation.git
cd Adversarial-IaC-Evaluation
pip install -e .

Or with uv:

uv sync

Requirements: Python 3.10+, AWS credentials (for Bedrock). Enable model access in Amazon Bedrock → Model access.

First Game

adversarial-iac play

The interactive wizard guides you through scenario selection, model choice, and explains results in plain English.

Command Line Alternative

For scripting or direct control:

adversarial-iac game \
  -s "Create an S3 bucket for healthcare PHI data" \
  -d medium

See CLI Reference for all options and examples.