Crenox Secret Scanner - Ultra-fast, context-aware Git secret scanner in Go
by•
Crenox is an ultra-fast, zero-dependency Git secret scanner written in Go. Built for modern DevSecOps, it prevents API keys and credentials leaks in real-time.
Why Crenox?
Lightning Fast: Scans repos up to 30x faster than Gitleaks (under 35ms!).
Context-Aware: 3-tier pipeline stops false positives by reading code context.
Featherweight: Uses sync.Pool to run on just ~11MB of RAM.
Keep your pipelines green and secure!

Replies
The context-aware approach is smart, would love to see a `--baseline` option that fingerprints known secrets in older commits so re-scans only flag genuinely new leaks instead of drowning the output with historical findings.