Discover and explore top open-source AI tools and projects—updated daily.
m4xx101LLM red-teaming toolkit for adversarial prompt engineering and vulnerability research
Top 86.5% on SourcePulse
Summary Cryptex OSS is an open-source, browser-native toolkit for LLM red-teaming, offering 159 text transformers and 26 specialized tool surfaces for adversarial prompt engineering. It empowers researchers with a privacy-focused, self-hostable solution for rapid experimentation without backend infrastructure.
How It Works The toolkit bundles 159 text transformers (encodings, ciphers, Unicode) with 26 tool surfaces, featuring a "Campaign" front door for automated attack strategy generation and ASR reporting. It runs entirely client-side in the browser, routing AI calls directly using BYOK keys stored locally, eliminating backend dependencies, databases, and telemetry for enhanced privacy.
Quick Start & Requirements
docker run -d --name cryptex --restart unless-stopped -p 8080:80 ghcr.io/m4xx101/cryptex-oss:latest. Docker Compose supported.cd app/, npm install, npm run dev.uv for Python CLI.DEPLOY.md, docs/USAGE.md.Highlighted Details
Maintenance & Community The project is open-source under the MIT license. No specific maintainer, sponsorship, or community channel details were found in the provided README text.
Licensing & Compatibility
Limitations & Caveats The OSS variant focuses on tools, excluding the chat playground and attack-chain composer of the "Production" product. Benchmark scoring is heuristic, serving as a craft signal.
3 days ago
Inactive
greshake