Betterleaks, a New Open-Source Secrets Scanner to Replace Gitleaks

Betterleaks, a New Open-Source Secrets Scanner to Replace Gitleaks

BleepingComputer
BleepingComputerMar 15, 2026

Companies Mentioned

Why It Matters

Betterleaks raises the bar for secret detection, reducing breach risk for developers and enterprises that rely on open‑source code repositories. Its performance and accuracy improvements can lower remediation costs and accelerate secure development pipelines.

Key Takeaways

  • Betterleaks replaces Gitleaks with advanced scanning engine
  • Uses CEL rules and BPE tokenization for higher recall
  • Pure Go implementation eliminates CGO, improves performance
  • Parallel Git scanning speeds analysis, outperforms prior tools
  • Future roadmap adds LLM assistance and secret revocation

Pulse Analysis

The emergence of Betterleaks reflects a broader shift toward more sophisticated supply‑chain security tools. Traditional entropy‑based scanners often generate false positives and miss cleverly obfuscated credentials. By leveraging Common Expression Language for rule definition and Byte‑Pair Encoding tokenization, Betterleaks delivers near‑perfect recall on benchmark datasets, positioning it as a reliable safeguard for developers who push code to public and private repositories. This technical edge is especially valuable as threat actors increasingly harvest secrets from misconfigured open‑source projects.

Performance is another decisive factor. Built entirely in Go without CGO or external hyperscan libraries, Betterleaks runs natively across platforms, reducing binary size and deployment friction. Its parallelized Git scanning dramatically cuts analysis time, a claim supported by side‑by‑side speed comparisons that show it outpacing Gitleaks on large codebases. For organizations with extensive monorepos or CI/CD pipelines, this speed translates into faster feedback loops, enabling security teams to remediate exposed credentials before they become exploitable.

Looking ahead, Betterleaks’ roadmap signals integration with emerging AI workflows. Planned LLM‑assisted classification aims to differentiate benign patterns from genuine secrets, while automated revocation via provider APIs could close the exposure loop instantly. Such capabilities align with the growing demand for zero‑trust development environments, where continuous monitoring and rapid response are essential. As more enterprises adopt DevSecOps practices, tools like Betterleaks are poised to become standard components of the software supply‑chain defense stack.

Betterleaks, a new open-source secrets scanner to replace Gitleaks

Comments

Want to join the conversation?

Loading comments...