Developer builds Sentinel, a regex-free Go-based secret scanner for CI/CD pipelines
A developer has released Sentinel, an open-source secret scanning tool written in Go, designed to overcome performance issues found in existing tools like Gitleaks and TruffleHog. Unlike traditional scanners, Sentinel uses an Aho-Corasick automaton engine to scan payloads in O(n) linear time, eliminating the risk of catastrophic backtracking on large files. The tool also includes a pre-decoding layer for Base64 strings and aggregates multi-line certificates into single alerts to reduce noise. In testing against a 15MB stress payload containing over 100 structural baits, Sentinel completed the scan in approximately 1.5 seconds with a perfect signal-to-noise ratio. The project is fully open-source under the AGPL-3.0 license and is available on GitHub for community review and feedback.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in