DeepTeam

Active
GitHub Python Apache-2.0

Description

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

💡 Run automated red team before product launch.
💡 Monitor LLM vulnerability trends.
💡 Connect red team with eval systems.

Quick Start

pip install deepteam
from deepteam import red_team
results = red_team(model=my_model, attacks=attacks)

Related Projects

Related Articles