macOS
brew install govulnchecklocal Homebrew formula metadata
sudo port install govulncheckMacPorts ports tree · security/govulncheck/Portfile · ソース: api.github.com
brew
govulncheck のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install govulnchecklocal Homebrew formula metadata
sudo port install govulncheckMacPorts ports tree · security/govulncheck/Portfile · ソース: api.github.com
sudo apt install govulncheckDebian stable package indexes · govulncheck · ソース: deb.debian.org
sudo dnf install govulncheckFedora Rawhide package metadata · govulncheck · ソース: dl.fedoraproject.org
nix profile install nixpkgs#govulnchecknixpkgs package indexes · pkgs/by-name/go/govulncheck/package.nix · ソース: api.github.com
sudo pacman -S govulncheckArch Linux sync databases · govulncheck · ソース: geo.mirror.pkgbuild.com
sudo zypper install govulncheckopenSUSE Tumbleweed package metadata · govulncheck · ソース: download.opensuse.org
概要
Database client and tools for the Go vulnerability database
履歴
govulncheck is the Go project's command-line vulnerability scanner. It is part of Go's vulnerability-management effort and is backed by the Go vulnerability database, with a defining design goal of reducing noise by reporting vulnerabilities that are reachable through the functions a program actually calls.
The golang/vuln repository was created as the code home for Go vulnerability-management tooling and database clients. The official README describes the repository as Go's support for vulnerability management: tooling for analyzing codebases and binaries, backed by a Go vulnerability database curated by the Go security team.
The Go team publicly announced vulnerability management support on 2022-09-06. That announcement introduced govulncheck as a standalone command for frequent updates and rapid feedback, separate from the Go distribution while the team gathered user experience. The same post described the Go vulnerability database as a curated source built from CVEs, GitHub Security Advisories, direct package maintainer reports, and Go security team review.
On 2023-07-13, the Go team announced govulncheck v1.0.0 and a stable scanning API. That marked govulncheck's transition from an experimental ecosystem tool into an official integration point for other scanners and workflows. The Go documentation and pkg.go.dev pages later describe source and binary analysis, JSON and other machine-readable formats, database configuration, privacy properties, and known limitations.
govulncheck adoption is unusually direct for a language-security tool because the Go project itself promotes it in the security documentation, tutorial, repository README, and package documentation. The Go blog also describes integrations with pkg.go.dev, the VS Code Go extension, a GitHub Action, and OSV-Scanner integration work, putting the CLI into editor, package discovery, CI, and scanner ecosystems.
The input package-manager metadata lists govulncheck in Homebrew, Debian, Ubuntu, Fedora, MacPorts, Nix, Arch, and zypper. That broad packaging matters because security checks are commonly installed in CI images and developer environments where relying only on `go install` may not match local package policy.
The common command path is intentionally simple: install `golang.org/x/vuln/cmd/govulncheck` and run `govulncheck ./...` from a Go module. The scanner can analyze source code, and package documentation also describes binary analysis with `-mode binary`, extraction mode, build tags, test-file inclusion, verbose output, JSON streaming, SARIF, and OpenVEX-related output support.
By default, govulncheck queries the Go vulnerability database at vuln.go.dev. The pkg.go.dev documentation states that those requests contain module paths with vulnerabilities known to the database rather than code or other properties of the user's program, and the repository links to a dedicated privacy policy.
govulncheck is significant because it changed Go vulnerability scanning from manifest-level dependency matching toward call-aware analysis. For package maintainers, this matters: it can reduce alert fatigue, make security CI less noisy, and help distinguish vulnerable-but-unused dependency code from reachable vulnerable functions.
It is also one of the clearer examples of modern language-ecosystem security plumbing: a curated vulnerability database, OSV-format data, package-discovery integration, editor integration, CI integration, an installable CLI, and a public API all orbit the same tool.
セキュリティ状態
govulncheck に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
govulncheck | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/golang/vuln
インストールメタデータ
| パッケージキー | brew:govulncheck |
|---|---|
| バージョン | 1.6.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/govulncheck |
| ホームページ | https://github.com/golang/vuln |
| リポジトリ | https://github.com/golang/vuln |
| 上流ドキュメント | https://github.com/golang/vuln#readme |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://github.com/golang/vuln/archive/refs/tags/v1.6.0.tar.gz |
| 最終更新 | 2026-07-09T19:22:48Z |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | govulncheck |
| 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 パッケージリンクとは分けて表示されます。
govulncheck 1.0.4-1
CLI for detecting vulnerabilities in Go packages
https://github.com/golang/vuln
sudo apt install govulncheckgovulncheck
nix profile install nixpkgs#govulncheckgovulncheck 1.0.1-1
CLI for detecting vulnerabilities in Go packages
https://github.com/golang/vuln
sudo apt install govulncheckgovulncheck 1.1.4-1.20260218gita9cf566.fc45
Database client and tools for the Go vulnerability database
https://github.com/golang/vuln
sudo dnf install govulncheckgovulncheck 1.3.0-1
Database client and tools for the Go vulnerability database
https://github.com/golang/vuln
sudo pacman -S govulncheckgovulncheck 1.3.0-1.1
CLI tool to report known CVE vulnerabilities in Go source code and binaries
https://github.com/golang/vuln
sudo zypper install govulncheckgovulncheck
sudo port install govulncheckソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.