Ross ROSS = Recommend OSS · open-source software intelligence for agents

techjacker/repo-security-scanner

CLI tool that finds secrets accidentally committed to a git repo, eg passwords, private keys observed · 2026-08-28

github.com/techjacker/repo-security-scanner · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3519
  • days_rel: n/a
  • days_push: 1276
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1158 stars · 91 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Go CLI tool that scans a git repository's history for accidentally committed secrets such as passwords and private keys. It processes the output of `git log -p` and reports violations with commit, file, and reason, supporting false-positive filtering via a `.secignore` file.

Use cases

  • find passwords committed to a git repo
  • scan git history for leaked private keys
  • audit repository for accidentally committed secrets
  • check commits for hardcoded credentials before pushing
  • filter false positives when scanning for secrets

When to choose

  • you need a simple, fast CLI to scan full git history for secrets
  • you want a lightweight single-binary tool with .secignore filtering
  • you're doing a one-off security audit of a repo's commit history

When to avoid

  • you need ongoing secret scanning integrated into CI with active maintenance and updates
  • you need broad detection rules, allowlisting, or push protection like gitleaks or trufflehog
  • you need notification/alerting features, which are still work in progress

Facets

cli-tool · maturity maintenance

security vulnerability-scanning cli developer-tools security developer-tools version-control windows cli cross-platform secrets-detection git-history-scanning gosecurity secignore command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
techjacker/repo-security-scannermain23

For agents

markdown · JSON · MCP: product_card(name="techjacker/repo-security-scanner")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem