# anshumanbh/git-all-secrets

A tool to capture all the git secrets by leveraging multiple open source git searching tools

Repository: https://github.com/anshumanbh/git-all-secrets
Canonical: https://ross.abutalabs.com/products/git-all-secrets
Language: Go
License: MIT
License Family: permissive
Last push: 2019-06-25T05:33:10+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3370, "days_push": 2626, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1144, forks 194 (observed 2026-08-28T04:03:45.111677+00:00)

## What it is
git-all-secrets is a Go CLI tool that clones GitHub/GitHub Enterprise repositories, gists, and organization or team repos, then scans them for leaked secrets using multiple scanners like truffleHog and repo-supervisor. It consolidates results from all scanners into a single output file and is typically run via Docker.

## Use cases
- scan an entire github organization for leaked secrets
- find api keys and credentials accidentally committed to git repos
- audit a user's repositories and gists for exposed tokens
- run secret scanning in a bug bounty or pentest recon workflow
- scan github enterprise repositories for high entropy strings

## When to choose
- you want to aggregate results from multiple secret-scanning tools in one run
- you need to bulk-scan orgs, users, teams, or gists rather than a single repo
- you prefer a dockerized tool that needs no local setup

## When to avoid
- you need actively maintained secret scanning with modern detector rules
- you only need to scan a single repository quickly
- you want a library to embed in another application rather than a standalone CLI

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: security, vulnerability-scanning, cli, developer-tools
- domain: security, developer-tools, version-control
- platform: cli, windows
- tags: secrets-detection, git-scanning, trufflehog, repo-supervisor, github-enterprise, penetration-testing, docker, linux, macos

## Member repositories
- anshumanbh/git-all-secrets (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:45.111677+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:34:43.720824+00:00, confidence not recorded.
  - readme: https://github.com/anshumanbh/git-all-secrets (fetched 2026-08-28T04:03:45.111677+00:00, sha cf9b99c936f4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
