The open-source modern SOC
Three tools. Detect, prevent, respond. All open source, all built to work together.
Most security teams stitch together a dozen commercial products to cover the basics. The open-source modern SOC stack gets you the three capabilities that actually matter — finding real vulnerabilities, stopping them before they ship, and responding when something slips through — without the license bill.
pwnkit
Detect AI agent pentesterFully autonomous agentic pentesting framework. Runs real attacks against web apps, AI/LLM apps, npm packages, and source code. Every finding is independently re-exploited by a blind verify agent to kill false positives.
foxguard
Prevent Rust security scannerSecurity scanner as fast as a linter. 100+ built-in rules across 10 languages in a single Rust binary. Sub-second scans mean developers run it on every save, not just in CI.
opensoar
Respond Python-native SOAR platformOpen-source orchestration and automation for the modern SOC. Write playbooks in plain Python — no sandboxes, no per-action billing, no vendor lock-in. Sits between your SIEM and your response tools.
How they fit together
foxguard runs on every save and every commit, catching hardcoded secrets, SQL injection, XSS, and other well-known patterns before code ever reaches production. It is the fast, cheap first line.
pwnkit picks up where static analysis stops. It drives an autonomous AI agent against running applications, chaining real exploits the way a human pentester would, and verifies every finding with a blind re-exploit to eliminate false positives. This is where real IDORs, auth bypasses, and business logic flaws get found.
opensoar is the response layer. When an alert fires — from your SIEM, from pwnkit, from anywhere — opensoar runs the Python playbook that triages, enriches, and resolves it. No YAML DSLs, no per-action billing, no vendor lock-in.
Why open source
- You can read every line of code that runs against your infrastructure.
- You can self-host, fork, and embed without license negotiations.
- You keep your data, your deployment, and your automation logic.
- You can contribute a rule, a playbook, or an integration and ship it the same day.
Get started
Each tool installs and runs on its own. Pick whichever one maps to your most painful gap today, and add the others as your stack matures.
- pwnkit.com — autonomous pentesting
- foxguard.dev — fast static scanning
- docs.opensoar.app — SOAR platform docs
One command. No credit card.
Apache 2.0 licensed. Self-host on your infrastructure. No feature gates, no per-action billing, no vendor lock-in. Your playbooks are yours.
curl -fsSL https://opensoar.app/install.sh | sh