Exporting to garak format
The 5 record types
garak uses a JSONL format (one JSON object per line) with 5 record types. ai-blackteam generates all 5:1. init
The first line. Marks the start of a scan run.2. attempt
One record per attack run. Contains the prompt, model output, and detector results.detector_results score is 0.0 for BLOCKED (safe) and 1.0 for BYPASSED (unsafe), matching garak’s convention where higher scores mean more harmful.