macOS
brew install cargo-geigerlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für cargo-geiger in AI-Agent-Workflows.
Installation
brew install cargo-geigerlocal Homebrew formula metadata
sudo apk add cargo-geigerAlpine Linux edge package indexes · cargo-geiger · Quelle: dl-cdn.alpinelinux.org
nix profile install nixpkgs#cargo-geigernixpkgs package indexes · pkgs/by-name/ca/cargo-geiger/package.nix · Quelle: api.github.com
sudo pacman -S cargo-geigerArch Linux sync databases · cargo-geiger · Quelle: geo.mirror.pkgbuild.com
Überblick
Detects usage of unsafe Rust in a Rust crate and its dependencies
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
cargo-geiger | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/geiger-rs/cargo-geiger
Installationsmetadaten
| Paketschlüssel | brew:cargo-geiger |
|---|---|
| Version | 0.13.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/cargo-geiger |
| Homepage | https://github.com/geiger-rs/cargo-geiger |
| Repository | https://github.com/geiger-rs/cargo-geiger |
| Upstream-Dokumentation | https://github.com/geiger-rs/cargo-geiger#readme |
| Lizenz | Apache-2.0 OR MIT |
| Quellarchiv | https://github.com/geiger-rs/cargo-geiger/archive/refs/tags/cargo-geiger-0.13.0.tar.gz |
| Zuletzt aktualisiert | 2026-06-22T14:02:57-07:00 |
| Pulse | updated |
| Abhängigkeiten | openssl@3 |
| Build-Abhängigkeiten | pkgconf, rust |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-geigerQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.