DeepTeam
ActiveDescription
Automated LLM red-teaming framework by the DeepEval team.
Key Features
- Automated red team — One-click adversarial tests
- Vulnerability types — Jailbreak, PII, bias
- Measurable — Risk score and trends
- DeepEval integration — Compatible with evals
- Extensible — Custom attack strategies
Use Cases
Categories
Quick Start
pip install deepteam
from deepteam import red_team
results = red_team(model=my_model, attacks=attacks)