Automated red-team discovery for AI models
Project description
outofthebox
Automated red-team discovery for AI models. Generates probe prompts, sends them to a target model, judges responses against your objective, and iteratively refines the best-scoring probes.
Install
pipx install probegpt
Usage
probegpt
Full-screen TUI. Set up your models in Config, then go to Run Discovery, enter your objective, and hit Run.
Models
Supports two providers per role (target / generator / judge):
- Azure OpenAI — uses
az logincredentials automatically - OpenRouter — set
OPENROUTER_API_KEYin a.envfile or your environment
Config is saved to ~/.outofthebox/config.json.
How it works
- Loads 9 seed probes covering known red-team techniques
- Iteration 1 — generator writes N probes targeting your objective
- Iteration 2+ — top-scoring probes from the previous round seed mutation + fresh objective variants
- Each probe is sent to the target model; the judge scores the response against your objective (0.0 → 1.0)
- Results optionally exported to JSON
Requirements
- Python 3.11+
- For Azure:
az loginwith access to your deployment - For OpenRouter:
OPENROUTER_API_KEYenv var
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file probegpt-0.2.1.tar.gz.
File metadata
- Download URL: probegpt-0.2.1.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00bbfe3b61354c23c446abd9b0138e6f0606dcbd7b8241e9d7ea6c76d8362183
|
|
| MD5 |
7011f3e258ea24c0ca43cb746423043d
|
|
| BLAKE2b-256 |
08e6ac225d63210a551b90f43dd16e86942c40698e912ead2654f0bb2bcaf30c
|
File details
Details for the file probegpt-0.2.1-py3-none-any.whl.
File metadata
- Download URL: probegpt-0.2.1-py3-none-any.whl
- Upload date:
- Size: 25.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a2683751904cf1c608b457ccd3fb2ded32da528ee8acff053247190c3749722
|
|
| MD5 |
293917af71c980f8f7013520596f75eb
|
|
| BLAKE2b-256 |
e587f679fa9a6af1c0e5695d382fccb3d96211548744d128d2c4e4e3cbe24ee3
|