home/productivity/skill-jailbreak-taxonomy

Skill Jailbreak Taxonomy

GPTClaudeDeepSeek··877 copies·updated 2026-07-14
skill-jailbreak-taxonomy.prompt
---
name: skill-jailbreak-taxonomy
description: Shared vocabulary for attacks against LLM assistants, six categories with hand-built fixtures
version: 1.0.0
phase: 19
lesson: 82
tags: [safety, red-team, taxonomy]
---

# Jailbreak Taxonomy

A jailbreak is a prompt that causes a deployed assistant to emit output that violates a stated policy. This skill partitions jailbreaks into six categories by trust boundary abused.

## Categories

| Category | Trust boundary abused | Quick test |
|---|---|---|
| role-play | the assistant's persona | does the prompt rename the assistant or assign a new persona? |
| instruction-override | the system prompt | does the prompt directly contradict prior instructions? |
| context-smuggling | the data/instruction divide | does the prompt place an instruction inside data, a tool result, or a document? |
| multi-turn-ramp | conversation history | does success depend on staged earlier turns? |
| encoding-trick | the surface form of forbidden tokens | does the prompt encode, transliterate, or split forbidden tokens? |
| prefix-injection | the assistant's continuation behavior | does the prompt force a specific opening of the reply? |

## Rubric

- Severity 1 - clumsy attack against a benign target
- Severity 2 - attack that requires multi-step elaboration to land
- Severity 3 - attack that lands on a typical assistant with no extra defenses
- Severity 4 - attack that succeeds against simple guardrails
- Severity 5 - attack that, if successful, produces output a deployed system must not emit

## Use it

Downstream lessons (83 through 87) read the artifact at `outputs/taxonomy.json`. Every finding logged by the end to end safety gate references a fixture id from this taxonomy.

when to use it

Community prompt sourced from the open-source GitHub repo DipakMandlik/AIByDM (MIT). A "Skill Jailbreak Taxonomy" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

DipakMandlik/AIByDM · MIT