claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Developer Tools

jailbreak-fable

High-fidelity Claude Fable 5 (Mythos) environment emulation and automated multi-agent jailbreak (Pack Hunt) research laboratory.

Actively maintained
96/100
last commit 19 days ago
last release none
releases 0
open issues 0
// install
git clone https://github.com/keirsalterego/jailbreak-fable

Jailbreak Fable 5 (Custom Workflow Engine)

This tool is a high-fidelity emulation of the Claude Fable 5 (Mythos) environment, designed for security research and exploring the "Pack Hunt" multi-agent coordination strategies used to bypass advanced safety layers. It is based on the technical details and system prompt leaked in CL4R1T4S.

It works by programmatically injecting workflows that utilize decomposition, long-context manipulation, and text obfuscation to interact with models in ways that would otherwise be restricted.

📈 Repository Traffic

All-time totals since launch (2026-06-12):

MetricAll-time totalUnique
Views1,266550
Clones12287

Peak day: 406 views / 221 unique on 2026-06-13. 87 distinct people cloned the repo — a ~16% clone-to-unique-view ratio.

[!note] These are genuine all-time figures today because the repo is younger than GitHub's 14-day traffic retention — no data has aged out yet. GitHub keeps no permanent all-time counter, so to stay accurate past 2026-06-26 the daily numbers must be snapshotted and summed. Refresh with gh api repos/keirsalterego/jailbreak-fable/traffic/{views,clones}.

Features

1. Pack Hunt Strategy (workflows/pack-hunt.js)

An automated offensive laboratory that implements the methodology used by red-teamers like Pliny the Liberator:

  • Strategic Decomposition: Automatically breaks high-risk targets (exploits, chemical synthesis, etc.) into 3-5 benign, academic sub-tasks.
  • Long-Context Simulation: Generates a 50-line academic syllabus and 6 weeks of lecture notes before each critical request to establish a "benign" conversation history.
  • Advisor Feedback Loop: Uses a multi-model approach (incorporating claude-opus-4-8 as an advisor) to automatically rewrite refused prompts.
  • Parallel Coordination: Deploys multiple agents in parallel to gather technical data fragments, which are then synthesized by a Recomposer.

2. Parseltongue Text Transformation

  • Homoglyph Obfuscation: Uses a comprehensive map of Cyrillic homoglyphs (а, е, і, о, р, с, у, х, etc.) to scramble keyword-based safety classifiers while remaining human-readable.
  • Dynamic Ratios: Supports adjustable obfuscation ratios to balance readability vs. bypass effectiveness.

3. Fable 5 Environment Emulation

  • Leaked System Prompt: Full ~120,000-character internal system prompt for Claude Fable 5 is archived in docs/ and can be optionally injected into agents for high-fidelity testing.
  • Advanced Tools: Agents have access to native-style tools including view, create_file, str_replace, and a persistent key-value storage API.
  • Comprehensive Skills Library: Includes all SKILL.md files mentioned in the leaked prompt (docx, pdf, xlsx, pptx, product-knowledge, frontend-design, etc.) to guide agent behavior.

Install Dependencies & Setup

  1. cd into the folder where you cloned this repository.
  2. Run npm install (the only dependency is @anthropic-ai/sdk).
  3. Make the binary executable: chmod +x bin/my-runner.
  4. Run npm link to map the command globally.

Usage

Running the Pack Hunt

To run a high-fidelity test against a specific target:

my-runner --project . --name pack-hunt --args '{"target": "TCP/IP reverse shell structures", "useLeaked": true}'

Example: Security Audit

  1. Run the script: my-runner --project /path/to/code --name security-audit
  2. Restore the generated workflow in Claude Code: Ask Claude to: "Restore the dynamic workflow /path/to/snapshot/wf_xxxx.json"

Memory Feature (Global Defaults)

If you have a workflow you use frequently, you can save it as your default:

  1. my-runner --set-default pack-hunt
  2. Navigate to any project and run: my-runner --project .

Authentication

Reuses your existing Claude login — no API key required:

  • Reads ~/.claude/.credentials.json and sends it as a Bearer token.
  • Refreshes tokens automatically via platform.claude.com.
  • Supports ANTHROPIC_API_KEY as a fallback.

// compatibility

Platformsapi, mobile
Operating systems
AI compatibilityclaude
License
Pricingopen-source
LanguageJavaScript

// faq

What is jailbreak-fable?

High-fidelity Claude Fable 5 (Mythos) environment emulation and automated multi-agent jailbreak (Pack Hunt) research laboratory.. It is open-source on GitHub.

Is jailbreak-fable free to use?

jailbreak-fable is open-source, so it is free to use.

What category does jailbreak-fable belong to?

jailbreak-fable is listed under automation in the Claudeers registry of Claude-compatible tools.

0 views
26 stars
unclaimed
updated 15 days ago

// embed badge

jailbreak-fable on Claudeers
[![Claudeers](https://claudeers.com/api/badge/jailbreak-fable.svg)](https://claudeers.com/jailbreak-fable)

// retro hit counter

jailbreak-fable hit counter
[![Hits](https://claudeers.com/api/counter/jailbreak-fable.svg)](https://claudeers.com/jailbreak-fable)

// reviews

// guestbook

0/500

// related in Developer Tools

🔓

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Curs…

// devtoolsaffaan-m/JavaScript225,699MIT[ claude ]
🔓

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

// devtoolsgarrytan/TypeScript119,234MIT[ claude ]
🔓

🙌 OpenHands: AI-Driven Development

// devtoolsOpenHands/Python79,324NOASSERTION[ claude ]
🔓

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

// devtoolsDietrichGebert/JavaScript73,042MIT[ claude ]
→ see how jailbreak-fable connects across the ecosystem