DojoLM is BlackUnicorn's hands-on LLM security testing and CTF platform. It provides an interactive environment for red-teamers, security researchers, and developers to probe, attack, and harden LLM applications in a controlled setting.
DojoLM is open source (Apache-2.0 core + BUSL-1.1 enterprise tier). The npm scanner package is on its way; today you build from source.
Clone and build from the public repository:
git clone https://github.com/BlackUnicornSecurity/DojoLM.git
cd DojoLM
npm install && npm run buildDojoLM is structured around three core modules: the Attack Engine (automated adversarial scenarios), the CTF Runner (challenge management), and the Report Generator (structured vulnerability output in SARIF/JSON formats).
Follow the repository on GitHub for release news.