34 repos
Tools and systems for detecting exposed credentials, API keys, and sensitive data in code repositories, CI/CD pipelines, and version control history. The cluster spans multiple implementations—primarily Go-based scanners like gitleaks and trufflehog that catch secrets before they're committed, complemented by Python and TypeScript utilities for integration, analysis, and DevSecOps workflows. Whether embedded in pre-commit hooks, CI systems, or run as standalone auditors, these projects address the core problem of preventing accidental leakage of authentication tokens and other secrets into public or shared repositories.