Every attack in this catalog is runnable with one command. Here is the full setup, from install to your first result.

1. Install

2. Set a provider API key

Pick the AI provider you want to test and give ai-blackteam its key. Set it once in the config:
Or use an environment variable. The tool reads PROVIDER_API_KEY, for example:
Swap anthropic for any of the 17 providers (openai, google, grok, and more). See the provider pages for the exact key names.

3. Run a single attack

Use run with a provider (-p), an attack technique id (-a), and a target behavior (-t):
The technique id is the one shown on every attack in this catalog. The result is a verdict: BLOCKED, BYPASSED, PARTIAL, or UNCLEAR.

Run more at once

Run every attack against one target:
Run the full safety benchmark and get a score (exit fails below the threshold, useful in CI):

Find attacks and providers

Next

Browse the attacks by category to pick a technique id, or search every attack on the All Attacks page. Each attack shows its own ready-to-run command.