macOS
brew install cargo-geigerlocal Homebrew formula metadata
brew
cargo-geiger のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install cargo-geigerlocal Homebrew formula metadata
sudo apk add cargo-geigerAlpine Linux edge package indexes · cargo-geiger · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#cargo-geigernixpkgs package indexes · pkgs/by-name/ca/cargo-geiger/package.nix · ソース: api.github.com
sudo pacman -S cargo-geigerArch Linux sync databases · cargo-geiger · ソース: geo.mirror.pkgbuild.com
概要
Detects usage of unsafe Rust in a Rust crate and its dependencies
履歴
cargo-geiger is a Cargo subcommand that reports unsafe Rust usage in a crate and its dependency graph. Its name references a Geiger counter: unsafe code is treated as something worth detecting, measuring, and containing.
The project is intentionally framed as audit input, not an automatic security verdict. Its README warns that unsafe usage is nuanced and that reports should be handled carefully.
The cargo-geiger repository and crate were created in June 2018. The README says the tool was originally based on code from cargo-osha and cargo-tree, combining unsafe-code scanning with dependency-tree traversal.
Over time the project split reusable pieces into library crates, including `geiger` and `cargo-geiger-serde`. The changelog records substantial dependency-graph work in 0.11.0 using cargo_metadata and JSON/report serialization improvements.
cargo-geiger found a niche in Rust security review and supply-chain auditing, especially among developers interested in minimizing or documenting unsafe code in dependencies.
The README points users toward cargo-crev and safety-dance as audit contexts where cargo-geiger statistics can help. That positioning kept it from becoming a simplistic 'unsafe equals bad' badge while still making unsafe usage visible.
Usage is intentionally simple: run `cargo geiger` from the directory containing the `Cargo.toml` to analyze. The tool reports unsafe-code statistics for the crate and dependencies.
The README documents installation with `cargo install --locked cargo-geiger`, an optional vendored OpenSSL build, and prebuilt GitHub releases.
cargo-geiger is package-nerd significant because it made unsafe-code exposure a transitive package property that could be inspected like licenses, advisories, or dependency trees.
It also shows Rust's audit culture maturing: package metadata alone is not enough, so tools emerged to summarize source-level risk signals across the dependency graph.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
cargo-geiger | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/geiger-rs/cargo-geiger
インストールメタデータ
| パッケージキー | brew:cargo-geiger |
|---|---|
| バージョン | 0.13.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/cargo-geiger |
| ホームページ | https://github.com/geiger-rs/cargo-geiger |
| リポジトリ | https://github.com/geiger-rs/cargo-geiger |
| 上流ドキュメント | https://github.com/geiger-rs/cargo-geiger#readme |
| ライセンス | Apache-2.0 OR MIT |
| ソースアーカイブ | https://github.com/geiger-rs/cargo-geiger/archive/refs/tags/cargo-geiger-0.13.0.tar.gz |
| 最終更新 | 2026-06-22T14:02:57-07:00 |
| Pulse | updated |
| 依存関係 | openssl@3 |
| ビルド依存関係 | pkgconf, rust |
| 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 | cargo-geiger |
| 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 パッケージリンクとは分けて表示されます。
cargo-geiger
nix profile install nixpkgs#cargo-geigercargo-geiger 0.13.0-r0
Detects usage of unsafe Rust in a Rust crate and its dependencies.
https://github.com/geiger-rs/cargo-geiger
sudo apk add cargo-geigercargo-geiger-doc 0.13.0-r0
Detects usage of unsafe Rust in a Rust crate and its dependencies. (documentation)
https://github.com/geiger-rs/cargo-geiger
sudo apk add cargo-geiger-doccargo-geiger 0.13.0-1
Detects usage of unsafe Rust in a Rust crate and its dependencies
https://github.com/rust-secure-code/cargo-geiger
sudo pacman -S cargo-geigerソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.