0xsufi/fable-jailbreak — explained in plain English
Analysis updated 2026-05-18
Generate a workflow JSON file for a project directory to load into Claude Code.
Run the example security audit workflow template against a codebase.
Use a customized workflow template instead of the included examples.
| 0xsufi/fable-jailbreak | fastify/one-line-logger | fubak/ultraswarm | |
|---|---|---|---|
| Stars | 47 | 47 | 46 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2026-07-01 | — |
| Maintenance | — | Active | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
No license, tests, or documentation beyond the README, reads Claude Code's local OAuth credentials file.
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.
A sparse JavaScript tool that injects workflow files into Claude Code sessions, described by its README as bypassing the assistant's built-in restrictions.
Mainly JavaScript. The stack also includes JavaScript, Node.js.
No license is present in this repository.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.