sobolevn/git-secret
:busts_in_silhouette: A bash-tool to store your private data inside a git repository. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- 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: 3852
- days_rel: n/a
- days_push: 9
- n_releases_24m: 0
Adoption not part of the score
4038 stars · 211 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
git-secret is a bash-based command-line tool that encrypts private files with GPG public keys and stores them safely inside a git repository. Trusted team members can decrypt the files with their personal secret keys, and access can be revoked by removing a key and re-encrypting.
Use cases
- store database passwords and API keys in a git repo encrypted
- share secrets with a team via git without a separate vault server
- version control secret configuration files alongside code
- revoke a teammate's access to encrypted repo files
- decrypt secrets during automated deployment with a private key
When to choose
- you want secrets versioned in git with full change history
- your team already uses GPG keys and prefers no extra infrastructure
- you need simple per-user access management via public keys
When to avoid
- you need centralized secret rotation, auditing, or dynamic secrets (use Vault or cloud KMS)
- your team cannot manage GPG key pairs
- you need to encrypt very large files or binaries frequently
Facets
cli-tool · maturity active
cryptography secrets-management security cli version-control security developer-tools version-control privacy windows cli cross-platform gpg git-addon encrypted-secrets shell-script pgp macos linux
3 sources
- readme: https://github.com/sobolevn/git-secret · fetched 2026-08-28 · e8cabade50be
- homepage: https://sobolevn.me/git-secret/ · fetched 2026-08-29 · 27c20bb3b5dd
- site_page: https://sobolevn.me/git-secret/installation · fetched 2026-08-29 · 06d79e126dec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sobolevn/git-secret | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="sobolevn/git-secret")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem