Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.07 KB

File metadata and controls

25 lines (18 loc) · 1.07 KB

Contributing to Jailbreak Fable 5

First off, thank you for considering contributing! This is a research-focused project aimed at understanding the boundaries of AI safety and model behavior.

How to Contribute

1. Propose New Workflows

If you have a new coordination strategy or decomposition technique, please add it to the workflows/ directory and submit a Pull Request.

2. Improve the Emulation

Help us make the Fable 5 environment emulation more accurate by:

  • Adding more SKILL.md files or refining existing ones.
  • Improving the tool implementations in src/agent.mjs.
  • Expanding the homoglyph map for Parseltongue.

3. Documentation

Update the README.md or other docs with more research findings or usage tips.

Code Style

  • Use ESM (.mjs or "type": "module").
  • Keep dependencies to a minimum.
  • Ensure all workflows have a clear meta object with phases.

Ethical Considerations

This project is for educational and research purposes only. Do not use these techniques for malicious purposes. Always adhere to ethical red-teaming standards.