Heads up This site is currently under heavy development.
← all datasets
◆ Prompt injection & jailbreaks · Evals & benchmarks

JailbreakBench

MIT

An open benchmark and artifact repository for jailbreak attacks and defences, with a public leaderboard.

Summary

Jailbreakbench is an open-source robustness benchmark for jailbreaking large language models (LLMs). The goal of this benchmark is to comprehensively track progress toward (1) generating successful jailbreaks and (2) defending against these jailbreaks. To this end, we provide the JBB-Behaviors dataset, which comprises a list of 200 distinct benign and misuse behaviors---both original and sourced from prior work (in particular, Trojan Detection Challenge/HarmBench and AdvBench)---which were curated with reference to OpenAI's usage policies.
from the project README
Formats
json
License
MIT
Added
2026-09-10

Get it

From the project’s own instructions where it documents any; otherwise a plain clone.

  1. shell
    $ pip install jailbreakbench

    Then jbb.read_dataset() in Python loads the JBB-Behaviors dataset.

Contents

50 files 2.8 MB repository

  • .py 34
  • .yml 3
  • .jpg 2
  • .json 2
  • .md 2
  • (no ext) 2
  • .png 2
  • .bib 1

Use it with

Commands are curated, not yet run by us.

jq — Stream the records one per line to see their shape.

sample.json
$ jq -c . sample.json

DuckDB — Query the file in place with SQL — DuckDB detects CSV, JSON and JSONL by extension.

sample.json
$ duckdb -c 'SELECT * FROM '\''sample.json'\'' LIMIT 10'
my-toolchain — 0 tools
paste an install list to detect your tools

A brew list, a Brewfile, requirements.txt, a Dockerfile — or just the product names, free-form. Nothing leaves your browser.

    browse all tools →

    Send us feedback