Continuous Automated Red Teaming (CART) addon for the GNAT-o-sphere. RedGNAT ingests live threat intelligence from GNAT and SandGNAT, builds scoped adversary-emulation scenarios, executes them under layered safety controls, and feeds detection gaps back into GNAT as structured intelligence requirements.
Documentation · GNAT · SandGNAT
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
cp config/config.ini.example redgnat.ini
# edit redgnat.ini — set db_url, redis_url, gnat config_path
docker compose up -d
make migrate
make worker &
make apiSee the getting-started tutorial for the full walkthrough.
Apache 2.0.
