# 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
- **バージョン:** 0.7.5
- **ソース概要:** Make production Rust binaries auditable
- **ホームページ:** <https://github.com/rust-secure-code/cargo-auditable>
- **リポジトリ:** <https://github.com/rust-secure-code/cargo-auditable>
- **最終更新:** 2026-05-22T03:20:40Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- cargo-auditable (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.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

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

- 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


## 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
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
