Scan a repository for security vulnerabilities using multiple AI agents working in parallel.
Build a reusable security research playbook out of chained AI prompts.
Verify a suspected vulnerability and generate a proof of concept automatically.
Rank and de-duplicate security findings across a large codebase.
| kritt-ai/open-kritt | wassermanproductions/motion-previs-studio | ruanyf/chrome-extension-demo | |
|---|---|---|---|
| Stars | 303 | 303 | 302 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | — | 2020-10-26 |
| Maintenance | — | — | Dormant |
| Setup difficulty | moderate | — | easy |
| Complexity | 4/5 | 2/5 | 1/5 |
| Audience | developer | vibe coder | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires Docker, Docker Compose, and Node.js 20+, plus an AI provider login or API key.
open-kritt is a self-hosted platform that puts AI agents to work finding security vulnerabilities in code. Instead of pointing one AI model at an entire codebase and hoping it spots problems, which the project says rarely works well, it breaks security research into small, focused tasks and runs many AI agents on those tasks in parallel. The results are then combined, checked for duplicates, and ranked by severity so a human researcher can review a manageable list of findings rather than raw noise. The tool is aimed at security researchers and developers who care about security, particularly people who want control over their own prompts, workflows, and choice of AI provider. You can build reusable workflows that chain prompts together into research playbooks, run scans against remote or local code repositories using Codex or Claude Code, and use post-scan scripts to verify that a finding is real, build a proof of concept, and generate a report. It supports connecting to OpenAI, Anthropic, or OpenRouter for model access, or using a Codex login. The people behind open-kritt say they have earned over 1.5 million dollars in bug bounty payouts under a researcher identity, and describe this project as the open version of the internal tooling behind that work. Setup requires Git, Docker with Docker Compose, and Node.js version 20 or newer. After cloning the repository, running a setup script and a start script brings up the full application, which you access through a local web browser at port 5173. The README is explicit that the backend has no built in authentication and should only run on a private, dedicated machine, since the AI agents run with root access and direct internet access inside disposable containers so they can install tools and compile code during a scan. The project is licensed under the GNU Affero General Public License version 3.
A self-hosted tool that runs AI agents in parallel to hunt for security bugs in code and rank the findings.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Docker.
You can use, modify, and share this freely, but if you run a modified version as a network service, you must also release your source code under the same license.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.