$ ~/security/projects/quokka on main git show
README.md
+6
@@ -0,0 +1,6 @@ about
1
quokka orchestrates multi-agent security code review workflows
2
through Claude Code. ten specialized agents work across recon,
3
analysis, validation, and review phases with shared memory.
4
hybrid SAST via opengrep feeds into the same finding store as
5
LLM agents, with automatic deduplication. exports to SARIF,
6
HTML, Markdown, CSV, and JSON for CI integration and reports.
techniques.config
+5
@@ -0,0 +1,5 @@ techniques
1
Multi-agent LLM orchestration with shared memory and dispatch
2
Hybrid SAST + LLM findings pipeline with unified deduplication
3
Semantic code search with HNSW vector embeddings in SQLite
4
Tree-sitter + LSP + regex fallback code navigation
5
YAML-driven agent classification with applicability rules