Jailbreak Evaluation Module
Project description
Jailbreak Evaluation Framework (JEF)
JEF is a CVSS-like scoring system for quantifying LLM jailbreak tactics. It provides a structured, repeatable framework for stack-ranking jailbreak methods based on their real-world efficacy and risk, scoring across three dimensions:
- Model Impact Radius — How many models and vendors are affected
- Retargetability — How flexibly the tactic applies across content categories
- Output Fidelity — How accurate and detailed the resulting outputs are
Installation
pip install 0din-jef
Quick Start
from jef import tiananmen, meth, nerve_agent, harry_potter
# Score against standardized benchmarks (0-100)
result = tiananmen.score("LLM response text")
result = meth.score("LLM response text")
result = nerve_agent.score("LLM response text")
result = harry_potter.score("LLM output", "reference text")
# Compute composite JEF score (0-10)
from jef import calculator
jef_score = calculator(num_vendors=3, num_models=7, num_subjects=2, scores=[80, 75])
Documentation
For the full framework methodology, scoring algorithm, complete usage guide, and API reference, visit the JEF Documentation.
Resources
- Blog: Quantifying the Unruly — A Scoring System for Jailbreak Tactics
- Overview: Jailbreak Evaluation Framework
- JEF Calculator
- Standardized Testing (0DIN Researcher Authentication Required)
Releases
Releases are managed through GitHub Releases and automatically published to PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file 0din_jef-0.6.0.tar.gz.
File metadata
- Download URL: 0din_jef-0.6.0.tar.gz
- Upload date:
- Size: 101.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65d696e9a4c1ad232b904fa4a5c5944e88d9733f9c9485ba93207c5cff78b999
|
|
| MD5 |
641951a108345931d076a3493e945ad3
|
|
| BLAKE2b-256 |
933776beb075b9ac82dc6ea24deee7d4dd1e286f1e764c9653fcb01b52ce04fb
|
File details
Details for the file 0din_jef-0.6.0-py3-none-any.whl.
File metadata
- Download URL: 0din_jef-0.6.0-py3-none-any.whl
- Upload date:
- Size: 84.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b97f69018ca67794b50254b34ae3c6a8f606c78a0a37319050a2050063b697dd
|
|
| MD5 |
7b01524daae96e57d8076ba2c0e77efd
|
|
| BLAKE2b-256 |
fca23877bf81758843ac05f4bc2233547986deba73e9c86e9b4e8254bb143d05
|