Skip to content
ai-supply.store
EntdeckenKategorienBestenlistenCommunityAgent APIFAQ
AnmeldenKostenlos registrieren
catalog / Cybersecurity / JailbreakBench
△EvalCybersecurityFree

JailbreakBench

Open NeurIPS benchmark for jailbreaking LLMs: balanced harmful/benign behaviors, reproducible attack artifacts, standardized judges, and a live leaderboard.

@ai-supply
Installationen13k
⟳ upstream v1.0.0 · updated 2y ago
↗ Quell-Repository
← More CybersecurityCybersecurity leaderboard →How we grade security →Source ↗
! Grade B · 75/100 · ReviewSecurity assessment
✓No compromise signals5capabilities surfaced1known CVE8of 20 OWASP controls clear
Vulnerable dependenciesPrompt-injection phrasing · expectedExternal endpoints declared · expectedExternal endpoints declared · expected
scanned 1mo ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

JailbreakBench — open robustness benchmark for jailbreaking LLMs

JailbreakBench is an open benchmark (NeurIPS 2024 Datasets & Benchmarks Track) for evaluating how susceptible language models are to jailbreak attacks and how well defenses hold up under a shared threat model.

Key features

  • JBB-Behaviors dataset of 100 harmful and 100 benign behaviors for balanced, over-refusal-aware testing
  • A repository of adversarial jailbreak artifacts you can reproduce and compare against
  • Standardized threat model plus an LLM/classifier judge for scoring attack success
  • Public leaderboard tracking attack and defense submissions over time
  • Pip-installable harness for plugging in your own attacks, defenses, or target models

Because it fixes the behaviors, judge, and threat model, JailbreakBench makes jailbreak results reproducible and comparable across papers and vendors — exactly what a security-vetted catalog needs to trust a robustness claim.

Curated mirror of the open-source JailbreakBench (MIT). Get it from the source.

Rating rank
#1
of 19 in Cybersecurity
Install rank
#18
of 19 in Cybersecurity
Security score
75/100 · B
review
Security rank
#13
of 19 in Cybersecurity
Installs
13k
cat avg 85k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Cybersecurity leaderboard →
! Security: Review · 7575/100 · grade Bscanned 1mo ago
✓ no compromise signals6 risk-surface · 5/20 OWASP controls flagged

Compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score, and known dependency CVEs carry a bounded penalty (they warrant review but never QUARANTINE — update the dependency to clear). Other dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to its OWASP control below.

Control card · high confidence (static)
framework: pytestcovers: jailbreakcovers: secrets-leakcovers: robustnesscovers: biascovers: toxicitycovers: hallucination
markdowninputtextareacheckboxescheck_file_pathscheck_eval_logs_emptyevaluate_promptsTestArtifacttest_read_artifact_onlinetest_read_artifact_no_specified_attack_typetest_read_artifact_wrong_attack_typetest_read_artifact_multiple_attack_typetest_read_artifact_cachetest_read_artifact_cache_env_variabletest_read_artifact_cache_force_downloadtest_read_artifact_check_cacheTestLlamaGuard1JailbreakJudgetest_build_classifier_inputtest_classify_responsesTestLlama3JailbreakJudgeTestLlama3RefusalJudgeTestConfigtest_hf_chat_templatestest_litellm_chat_templates

Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not, except a known CVE, which carries a small bounded penalty (high/critical → Review).

OWASP Top 10 for LLM Applications
⚠LLM03Supply Chaincritical
Vulnerable/compromised dependencies, models or archives in the artifact.
•Vulnerable dependencies — 248 known vulnerabilities in: aiohttp@3.11.14, diskcache@5.6.3, filelock@3.18.0, h11@0.14.0, idna@3.10, litellm@1.65.0, msgpack@1.1.0, nltk@3.9.1 (CWE-1395)known CVE · -25 pts
⚠LLM01Prompt Injectionhigh
Adversarial instructions embedded in an artifact that hijack a downstream LLM.
•Prompt-injection phrasing — instruction-subversion language detected · JailbreakBench-jailbreakbench-23dbdf6/.github/ISSUE_TEMPLATE/attack-submission.yml (CWE-77)expected
⚠LLM06Excessive Agencymedium
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 1 distinct host(s) · JailbreakBench-jailbreakbench-23dbdf6/.github/ISSUE_TEMPLATE/attack-submission.ymlexpected
•External endpoints declared — 8 distinct host(s) · JailbreakBench-jailbreakbench-23dbdf6/.gitignoreexpected
•External endpoints declared — 11 distinct host(s) · JailbreakBench-jailbreakbench-23dbdf6/README.mdexpected
•External endpoints declared — 2 distinct host(s) · JailbreakBench-jailbreakbench-23dbdf6/pyproject.tomlexpected
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
◷LLM10Unbounded ConsumptionRuntime-enforced
Unbounded loops/recursion causing DoS or runaway cost.
Enforced at runtime by the gateway (rate limits + spend caps + size caps); static check flags unbounded loops.
✓LLM02Sensitive Information DisclosurePassed
✓LLM04Data and Model PoisoningPassed
Backdoors/poisoning in training data or serialized models.
Behavioral poisoning needs model execution; static check covers unsafe serialization + dataset skew only.
✓LLM05Improper Output HandlingPassed
✓LLM07System Prompt LeakagePassed
✓LLM08Vector and Embedding WeaknessesPassed
PII or plaintext source leakage in embedding/vector exports.
Embedding inversion/poisoning is largely runtime; static check covers PII in vector exports.
OWASP Machine Learning Security Top 10
⚠ML06AI Supply Chaincritical
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Vulnerable dependencies — 248 known vulnerabilities in: aiohttp@3.11.14, diskcache@5.6.3, filelock@3.18.0, h11@0.14.0, idna@3.10, litellm@1.65.0, msgpack@1.1.0, nltk@3.9.1 (CWE-1395)known CVE · -25 pts
⚠ML02Data Poisoninghigh
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
•Prompt-injection phrasing — instruction-subversion language detected · JailbreakBench-jailbreakbench-23dbdf6/.github/ISSUE_TEMPLATE/attack-submission.yml (CWE-77)expected
§ML01Input Manipulation (Adversarial)Governance
Models vulnerable to adversarial perturbations.
Requires runtime robustness evaluation; addressed via publisher robustness attestation.
§ML03Model InversionGovernance
Training data reconstructable from a model's outputs.
Runtime/evaluation property; addressed via model-card data-provenance + DP attestation.
§ML04Membership InferenceGovernance
Determining whether a record was in the training set.
Runtime/evaluation property; addressed via overfitting disclosure + DP attestation.
§ML08Model SkewingGovernance
Models trained on skewed data producing biased output.
Requires fairness evaluation; addressed via model-card bias/limitations disclosure.
◷ML09Output IntegrityRuntime-enforced
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
✓ML05Model TheftPassed
Unlicensed re-distribution / license-incompatible derivatives.
Static check verifies license declaration; extraction throttling is runtime.
✓ML07Transfer Learning AttackPassed
Backdoored base models / LoRA adapters propagating to derivatives.
Backdoor detection needs behavioral probing; static check covers unsafe serialization + provenance.
✓ML10Model Poisoning (Weights)Passed
Tampered model weight files; integrity must be verifiable.
Static check enforces safe formats + records a content hash for downstream verification.
Other findings (3) · hygiene / uncategorized
•Unrecognized file type — '.gitignore' is not on the allowlist · JailbreakBench-jailbreakbench-23dbdf6/.gitignorerisk surface
•Unrecognized file type — '.bib' is not on the allowlist · JailbreakBench-jailbreakbench-23dbdf6/CITATION.bibrisk surface
•Unrecognized file type — '.?' is not on the allowlist · JailbreakBench-jailbreakbench-23dbdf6/LICENSErisk surface
✔ verified source · pinned JailbreakBench-jailbreakbench-23dbdf6
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/jailbreakbench-robustness-benchmark/check). Click a policy:

Consume JailbreakBench programmatically. Authenticate with an API key or session — see Authorize an agent.

# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/jailbreakbench-robustness-benchmark

# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/jailbreakbench-robustness-benchmark/check \
  -H "Content-Type: application/json" \
  -d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'

# CLI
npx ai-supply add jailbreakbench-robustness-benchmark

# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/jailbreakbench-robustness-benchmark/install \
  -H "Authorization: Bearer $AIM_KEY"

# MCP tool
install_listing({ "slug": "jailbreakbench-robustness-benchmark" })
OpenAPI spec →
vlatest
! Security: Review · 751mo ago

Curated mirror — latest upstream source. See the repository for tagged releases.

Sign in and install this listing to leave a review.

More from @ai-supply

View profile →
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 1.0M
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 892k
⇄Connector
Meilisearch
Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.
↓ 811k
△Eval
Weights & Biases (wandb)
ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.
↓ 784k
ai-supply.store

Kostenlose, sicherheitsgeprüfte KI-Fähigkeiten – Skills, MCPs, Plugins, Agents, Datasets und mehr, jeweils bewertet und auf Aktualität überwacht, gemacht für Menschen und Agents gleichermaßen.

api · v3.1status · all green
Kontakt
support@ai-supply.storesecurity@ai-supply.store
Katalog
  • Entdecken
  • Kategorien
  • Bestenlisten
  • Benchmarks
  • Sicherheit
  • Scan a repo
Community
  • Community
  • FAQ
Für Agenten
  • Schnellstart (60s)
  • Agenten autorisieren
  • Agent API
  • OpenAPI-Spezifikation
Für Entwickler
  • Veröffentlichen
  • Dashboard
Konto
  • Konto erstellen
  • Anmelden
  • Einstellungen
Rechtliches
  • Nutzungsbedingungen
  • Publisher-Vereinbarung
  • Nutzungsrichtlinien
  • Datenschutz