gitwtfhub

wtf is ai-red-teaming-tools?

aglio-lab/ai-red-teaming-tools — explained in plain English

Analysis updated 2026-05-18

0PythonAudience · developerComplexity · 1/5LicenseSetup · easy

TL;DR

A regularly updated reference list cataloging 105+ tools for adversarially testing the security and safety of AI systems.

Mindmap

mindmap
  root((ai-red-teaming-tools))
    What it does
      Catalogs security tools
      105 current entries
      13 categories
    Categories
      Red teaming platforms
      Vulnerability scanners
      Jailbreak techniques
      Guardrails and defenses
      Benchmarks and datasets
    Formats
      Markdown table
      JSON data file
      CSV data file
    Use cases
      Compare security tools
      Test AI defenses
    Audience
      AI security researchers
      Developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Compare AI red-teaming frameworks and scanners like DeepTeam and PyRIT before adopting one.

REASON 2

Find jailbreak or prompt injection testing tools to check an AI application's defenses.

REASON 3

Discover runtime guardrail tools that block attacks against a live model.

REASON 4

Pull the machine-readable JSON or CSV data to build a custom AI security tool comparison.

What's in the stack?

PythonMarkdown

How it stacks up

aglio-lab/ai-red-teaming-tools0xallam/my-recipe0xhassaan/nn-from-scratch
Stars00
LanguagePythonPythonPython
Last pushed2022-11-22
MaintenanceDormant
Setup difficultyeasymoderatemoderate
Complexity1/52/54/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min
CC0 1.0 dedication, the content is placed in the public domain, free to use for any purpose.

Wtf does this do

This repository is a curated reference list, not something you install and run directly. It catalogs tools used for AI red teaming, which means deliberately attacking an AI system such as a language model, a retrieval-based chatbot, or an autonomous agent to find its weaknesses before real attackers do. It covers 105 current tools plus 12 older historical ones across 13 categories, both open source and commercial, and the list says it is reviewed monthly. The categories span the whole lifecycle of testing an AI system's security. There are end-to-end platforms that automatically generate attacks, run them against a target, and score whether they succeeded. There are narrower scanners that check a specific model or endpoint for known weaknesses. There are libraries that reproduce specific jailbreak techniques, meaning tricks that get a model to ignore its safety rules, as well as tools focused specifically on prompt injection, where hidden instructions are smuggled into a model's input. Other sections cover defenses that block attacks while a system is running, tools for testing whether an AI agent's use of outside tools can be abused, benchmarks for measuring how robust or safe a model is, datasets of attack prompts researchers can reuse, scanners that check model files for hidden malicious code, and reference standards that organize how vulnerabilities are classified. Every entry links back to its original source, such as a GitHub repository or research paper, so readers can check the claims themselves. The list is also published as a machine-readable JSON file and CSV file for anyone building their own comparison tools. It documents its own selection and review methodology, and keeps a separate section for tools that have been discontinued rather than quietly deleting them. The full README is longer than what was shown.

Yoink these prompts

Prompt 1
Help me compare LLM vulnerability scanners listed in this repo for testing my chatbot.
Prompt 2
Which tools in this list are best for testing prompt injection resistance in a RAG application?
Prompt 3
Explain the difference between a red-teaming platform and a jailbreak benchmark using this list's categories.
Prompt 4
Show me how to use the tools.json data file from this repo to filter for open-source agent security tools.
Prompt 5
Summarize the guardrail and runtime defense tools mentioned in this list.

Frequently asked questions

wtf is ai-red-teaming-tools?

A regularly updated reference list cataloging 105+ tools for adversarially testing the security and safety of AI systems.

What language is ai-red-teaming-tools written in?

Mainly Python. The stack also includes Python, Markdown.

What license does ai-red-teaming-tools use?

CC0 1.0 dedication, the content is placed in the public domain, free to use for any purpose.

How hard is ai-red-teaming-tools to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is ai-red-teaming-tools for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.