macOS
brew install cargo-auditablelocal Homebrew formula metadata
brew
cargo-auditable のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install cargo-auditablelocal Homebrew formula metadata
sudo apk add cargo-auditableAlpine Linux edge package indexes · cargo-auditable · ソース: dl-cdn.alpinelinux.org
sudo apt install cargo-auditableDebian stable package indexes · cargo-auditable · ソース: deb.debian.org
nix profile install nixpkgs#cargo-auditablenixpkgs package indexes · pkgs/by-name/ca/cargo-auditable/package.nix · ソース: api.github.com
sudo pacman -S cargo-auditableArch Linux sync databases · cargo-auditable · ソース: geo.mirror.pkgbuild.com
sudo zypper install cargo-auditableopenSUSE Tumbleweed package metadata · cargo-auditable · ソース: download.opensuse.org
概要
Make production Rust binaries auditable
履歴
cargo-auditable is a Rust supply-chain tool that makes compiled Rust binaries self-describing by embedding dependency-tree data into a dedicated linker section. Its practical purpose is to let tools such as cargo-audit, Trivy, Grype, Syft, OSV Scanner, and related SBOM tooling recover what crates went into a production executable.
The public repository was created in January 2019 under the rust-secure-code organization. The README says the end goal is for Cargo itself to encode this kind of information in binaries, and points to Rust RFC work as the long-term upstream path.
The project's design is intentionally package-manager friendly: the embedded data is JSON, zlib-compressed, placed in a linker section named `.dep-v0`, and designed not to disrupt reproducible builds.
cargo-auditable has unusually concrete adoption evidence for a niche Rust tool. Its README states that Microsoft uses it internally, that multiple Linux distributions build Rust packages with it, and that Chainguard includes it in a Rust base container with a default cargo wrapper.
The README names Alpine Linux, NixOS, openSUSE, Void Linux, Chimera Linux, Wolfi OS, and Ubuntu 26.04 adoption or opt-in paths. The supplied package-manager facts also list Alpine, Homebrew, Debian, Nix, Arch Linux, Ubuntu, and openSUSE packages.
The standard workflow is to install cargo-auditable and cargo-audit, build with `cargo auditable build --release`, and then run `cargo audit bin` on the resulting executable.
The tool works as a wrapper around Cargo: arguments are passed through, and users who cannot change direct Cargo invocation can use documented replacement-cargo guidance. On nightly Rust, the README documents using Cargo's unstable SBOM precursor for more accurate dependency recording.
cargo-auditable matters because binary packages sever the obvious connection between an executable and its Cargo.lock. Embedding dependency metadata lets downstream package repositories, container scanners, and security teams audit Rust binaries after they have left the build tree.
For package nerds, it is a bridge between language-package metadata and distro/container reality. It makes Rust binaries inspectable in the same places where operators already scan containers, distribution packages, and release artifacts.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
cargo-auditable | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/rust-secure-code/cargo-auditable
インストールメタデータ
| パッケージキー | brew:cargo-auditable |
|---|---|
| バージョン | 0.7.5 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/cargo-auditable |
| ホームページ | https://github.com/rust-secure-code/cargo-auditable |
| リポジトリ | https://github.com/rust-secure-code/cargo-auditable |
| 上流ドキュメント | https://github.com/rust-secure-code/cargo-auditable#readme |
| ライセンス | Apache-2.0 OR MIT |
| ソースアーカイブ | https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v0.7.5.tar.gz |
| 最終更新 | 2026-05-22T03:20:40Z |
| Pulse | updated |
| ビルド依存関係 | 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-auditable |
| 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-auditable 0.6.6-1+b1
Make production Rust binaries auditable
https://github.com/rust-secure-code/cargo-auditable
sudo apt install cargo-auditablecargo-auditable
nix profile install nixpkgs#cargo-auditablecargo-auditable 0.6.1-3
Make production Rust binaries auditable
sudo apt install cargo-auditablecargo-auditable 0.7.5-r0
Cargo wrapper for embedding auditing data
https://github.com/rust-secure-code/cargo-auditable
sudo apk add cargo-auditablecargo-auditable-doc 0.7.5-r0
Cargo wrapper for embedding auditing data (documentation)
https://github.com/rust-secure-code/cargo-auditable
sudo apk add cargo-auditable-doccargo-auditable 0.7.5-1
A cargo-subcommand to make production Rust binaries auditable
https://github.com/rust-secure-code/cargo-auditable
sudo pacman -S cargo-auditablecargo-auditable 0.7.5~0-1.1
A tool to embed auditing information in ELF sections of rust binaries
https://github.com/rust-secure-code/cargo-auditable
sudo zypper install cargo-auditableソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.