# cargo-auditable を Homebrew, apk, apt, Nix, pacman, zypper でインストール

cargo-auditable のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:cargo-auditable
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install cargo-auditable
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add cargo-auditable
```

  証拠: Alpine Linux edge package indexes: cargo-auditable from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install cargo-auditable
```

  証拠: Debian stable package indexes: cargo-auditable from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#cargo-auditable
```

  証拠: nixpkgs package indexes: pkgs/by-name/ca/cargo-auditable/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S cargo-auditable
```

  証拠: Arch Linux sync databases: cargo-auditable from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install cargo-auditable
```

  証拠: openSUSE Tumbleweed package metadata: cargo-auditable from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:cargo-auditable
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/cargo-auditable>
- **バージョン:** 0.7.5
- **ソース概要:** Make production Rust binaries auditable
- **ホームページ:** <https://github.com/rust-secure-code/cargo-auditable>
- **リポジトリ:** <https://github.com/rust-secure-code/cargo-auditable>
- **ライセンス:** 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
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- cargo-auditable (cli)
- cargo-auditable (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.7.5
- マネージャ更新日: 2026-05-22
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/rust-secure-code/cargo-auditable
- 検出された最新: v0.7.5 (最新)
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2019: cargo-auditable repository created on GitHub.
- 2024: GitHub releases show a v0.6.4 release in May.
- 2026: README documents distribution adoption, cargo-audit integration, and nightly Cargo SBOM precursor support.

### Related projects

- cargo-auditable is directly related to cargo-audit, which can scan binaries built with it accurately.
- The README lists consumer tools including Trivy, Grype, OSV Scanner, Syft, Docker BuildKit Syft scanner, Blint, wasm-tools, rust-audit-info, and auditable2cdx, plus Cargo SBOM and Rust RFC work as upstream-adjacent efforts.

### ソース

- <https://api.github.com/repos/rust-secure-code/cargo-auditable>
- <https://github.com/rust-secure-code/cargo-auditable>
- <https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/README.md>
- <https://rustsec.org/>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **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:** head, stable

## 他のパッケージマネージャ記録

- Debian apt - cargo-auditable - 0.6.6-1+b1: normalized package name match | Debian stable package indexes: cargo-auditable from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Make production Rust binaries auditable | https://github.com/rust-secure-code/cargo-auditable
- Nix - cargo-auditable: normalized package name match | nixpkgs package indexes: pkgs/by-name/ca/cargo-auditable/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - cargo-auditable - 0.6.1-3: normalized package name match | Ubuntu 24.04 LTS package indexes: cargo-auditable from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Make production Rust binaries auditable
- apk - cargo-auditable - 0.7.5-r0: normalized package name match | Alpine Linux edge package indexes: cargo-auditable from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Cargo wrapper for embedding auditing data | https://github.com/rust-secure-code/cargo-auditable
- apk - cargo-auditable-doc - 0.7.5-r0: normalized package name match | Alpine Linux edge package indexes: cargo-auditable-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Cargo wrapper for embedding auditing data (documentation) | https://github.com/rust-secure-code/cargo-auditable
- pacman - cargo-auditable - 0.7.5-1: normalized package name match | Arch Linux sync databases: cargo-auditable from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A cargo-subcommand to make production Rust binaries auditable | https://github.com/rust-secure-code/cargo-auditable
- zypper - cargo-auditable - 0.7.5~0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: cargo-auditable from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A tool to embed auditing information in ELF sections of rust binaries | https://github.com/rust-secure-code/cargo-auditable


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Package publisher tools](https://pkg.so/ja/package-publishers/) - Belongs to a package publishing or registry command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [cargo-binstall](https://pkg.so/ja/brew/cargo-binstall/) - Shares pkgdb curated category or tags: cargo, cli, developer-tools, rust.
- [cargo-c](https://pkg.so/ja/brew/cargo-c/) - Shares pkgdb curated category or tags: cargo, cli, developer-tools, rust.
- [cargo-nextest](https://pkg.so/ja/brew/cargo-nextest/) - Shares pkgdb curated category or tags: cargo, cli, developer-tools, rust.
- [cargo-edit](https://pkg.so/ja/brew/cargo-edit/) - Shares pkgdb curated category or tags: cargo, cli, developer-tools, rust.
- [cargo-update](https://pkg.so/ja/brew/cargo-update/) - Shares pkgdb curated category or tags: cargo, cli, developer-tools, rust.
- [cargo-llvm-cov](https://pkg.so/ja/brew/cargo-llvm-cov/) - Shares pkgdb curated category or tags: cargo, cli, developer-tools, rust.
- [cargo-udeps](https://pkg.so/ja/brew/cargo-udeps/) - Shares pkgdb curated category or tags: cargo, cli, developer-tools, rust.
- [cargo-outdated](https://pkg.so/ja/brew/cargo-outdated/) - Shares pkgdb curated category or tags: cargo, cli, developer-tools, rust.
- [cargo-crev](https://pkg.so/ja/brew/cargo-crev/) - Both packages touch the same language runtime or ecosystem. Shared terms: cargo, chain, cli, developer, developer-tools.
- [cargo-binutils](https://pkg.so/ja/brew/cargo-binutils/) - Both packages touch the same language runtime or ecosystem. Shared terms: cargo, cli, developer, developer-tools, rust.

## Combined YAML source

View the package source record on GitHub. [combined/cargo-auditable.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cargo-auditable.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
