whatisgithub

What is fable-jailbreak?

0xsufi/fable-jailbreak — explained in plain English

Analysis updated 2026-05-18

47JavaScriptAudience · developerComplexity · 2/5Setup · easy

In one sentence

A sparse JavaScript tool that injects workflow files into Claude Code sessions, described by its README as bypassing the assistant's built-in restrictions.

Mindmap

mindmap
  root((repo))
    What it does
      Injects workflows
      Uses OAuth token
      Calls platform API
    Tech stack
      JavaScript
      Node.js
      Claude Code
    Use cases
      Security audit example
      Custom workflow templates
    Audience
      Developers
      Claude Code users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Generate a workflow JSON file for a project directory to load into Claude Code.

USE CASE 2

Run the example security audit workflow template against a codebase.

USE CASE 3

Use a customized workflow template instead of the included examples.

What is it built with?

JavaScriptNode.js

How does it compare?

0xsufi/fable-jailbreakfastify/one-line-loggerfubak/ultraswarm
Stars474746
LanguageJavaScriptJavaScriptJavaScript
Last pushed2026-07-01
MaintenanceActive
Setup difficultyeasyeasymoderate
Complexity2/52/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

No license, tests, or documentation beyond the README, reads Claude Code's local OAuth credentials file.

No license is present in this repository.

So what is it?

This repository contains a JavaScript tool described as a jailbreak for the Claude Code command-line interface, Anthropic's AI coding assistant. According to the README, it works by programmatically injecting workflow files into a Claude Code session, which the README claims bypasses the model's built-in restrictions. The tool creates a workflow JSON file for a given project directory, then instructs the user to open Claude Code and ask it to load and restore that workflow file. The listed example use case is running a security audit on a codebase. Customizable workflow templates are included in the repository. For authentication, the tool reads the OAuth access token that Claude Code stores locally in a credentials file. It sends this token as a Bearer token to the Anthropic platform API, refreshing it automatically when it expires. If an Anthropic API key is set as an environment variable, it uses that instead. The tool requires Node.js and Claude Code to be installed, and has one npm dependency. The README describes the tool as enabling activities the model would otherwise not permit. This is a small, sparse repository with no license, tests, or documentation beyond the README. Its stated purpose involves circumventing AI safety measures, and users should consider whether that is appropriate for their situation before using it.

Copy-paste prompts

Prompt 1
Explain how fable-jailbreak injects a workflow file into a Claude Code session.
Prompt 2
Walk me through the authentication flow this tool uses with Claude Code's stored OAuth token.
Prompt 3
What does the README say this tool's workflow files are meant to bypass?

Frequently asked questions

What is fable-jailbreak?

A sparse JavaScript tool that injects workflow files into Claude Code sessions, described by its README as bypassing the assistant's built-in restrictions.

What language is fable-jailbreak written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js.

What license does fable-jailbreak use?

No license is present in this repository.

How hard is fable-jailbreak to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is fable-jailbreak for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.