macOS
brew install git-secretlocal Homebrew formula metadata
sudo port install git-secretMacPorts ports tree · devel/git-secret/Portfile · ソース: api.github.com
brew
git-secret のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install git-secretlocal Homebrew formula metadata
sudo port install git-secretMacPorts ports tree · devel/git-secret/Portfile · ソース: api.github.com
sudo apk add git-secretAlpine Linux edge package indexes · git-secret · ソース: dl-cdn.alpinelinux.org
sudo apt install git-secretDebian stable package indexes · git-secret · ソース: deb.debian.org
sudo dnf install git-secretFedora Rawhide package metadata · git-secret · ソース: dl.fedoraproject.org
nix profile install nixpkgs#git-secretnixpkgs package indexes · pkgs/by-name/gi/git-secret/package.nix · ソース: api.github.com
概要
Bash-tool to store the private data inside a git repo
履歴
git-secret is a Bash and GPG tool for storing encrypted private files inside a Git repository. It targets the deployment and configuration problem of keeping secrets versioned with code without committing plaintext values.
The GitHub repository was created in 2016 by the sobolevn project, and the documentation frames the tool around GPG public-key access control. The command set grew around `init`, `tell`, `add`, `hide`, `reveal`, `cat`, and access-removal operations.
The changelog records steady hardening of a shell-based security tool: path mappings moved into `.gitsecret/paths/mapping.cfg`, modified-file hiding was added, FreeBSD and BusyBox support improved, Fedora packaging was noted, CI moved across platforms, and the 0.5.0 series added armored-output support and more robust permission handling.
git-secret gained a broader footprint than many Git secret tools because it was packaged for Homebrew, Debian-family systems, Fedora/RPM workflows, Alpine, and other downstream repositories. Its documentation also includes CI/CD usage, which made it attractive for deployment pipelines that already rely on Git and GPG.
Practitioners initialize `.gitsecret`, add trusted users' public keys with `git secret tell`, mark files with `git secret add`, encrypt them with `git secret hide`, and decrypt them with `git secret reveal` or `git secret cat`. Teams rotate access by removing a person from the keyring and re-encrypting files for the remaining recipients.
The package is significant because it is a portable shell implementation of repository-local secret sharing. It appeals to users who want encrypted files to travel with Git history and package managers rather than adopting an external secrets service.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
git-secret | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/sobolevn/git-secret
インストールメタデータ
| パッケージキー | brew:git-secret |
|---|---|
| バージョン | 0.5.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/git-secret |
| ホームページ | https://sobolevn.me/git-secret |
| リポジトリ | https://github.com/sobolevn/git-secret |
| 上流ドキュメント | https://github.com/sobolevn/git-secret#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/sobolevn/git-secret/archive/refs/tags/v0.5.0.tar.gz |
| 最終更新 | 2026-06-22T14:03:31-07:00 |
| Pulse | updated |
| 依存関係 | gawk, gnupg |
| Bottle | 利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-secret |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
git-secret 0.5.0-1
store encrypted credential inside source code git repository
https://github.com/sobolevn/git-secret
sudo apt install git-secretgit-secret
nix profile install nixpkgs#git-secretgit-secret 0.5.0-1
store encrypted credential inside source code git repository
https://github.com/sobolevn/git-secret
sudo apt install git-secretgit-secret 0.5.0-r0
A bash-tool to store your private data inside a git repository
sudo apk add git-secretgit-secret-doc 0.5.0-r0
A bash-tool to store your private data inside a git repository (documentation)
sudo apk add git-secret-docgit-secret 0.5.0-10.fc44
A bash-tool to store your private data inside a git repository
sudo dnf install git-secretgit-secret
sudo port install git-secretソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.