# spytrap-adb を Homebrew, apt, Nix, pacman でインストール

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

## インストール

```sh
sudo av install brew:spytrap-adb
```

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

### macOS

- Homebrew (100%):

```sh
brew install spytrap-adb
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install spytrap-adb
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#spytrap-adb
```

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

- pacman (92%):

```sh
sudo pacman -S spytrap-adb
```

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

## パッケージ情報

- **パッケージキー:** brew:spytrap-adb
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/spytrap-adb>
- **バージョン:** 0.3.5
- **ソース概要:** Test a phone for stalkerware and suspicious configuration using usb debugging
- **ホームページ:** <https://github.com/spytrap-org/spytrap-adb>
- **リポジトリ:** <https://github.com/spytrap-org/spytrap-adb>
- **上流ドキュメント:** <https://github.com/spytrap-org/spytrap-adb#readme>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://github.com/spytrap-org/spytrap-adb/releases/download/v0.3.5/spytrap-adb-0.3.5.tar.gz>
- **生成日時:** 2026-07-25T07:20:51+00:00

## 実行可能ファイル

- spytrap-adb (cli)
- spytrap-adb (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- 注意点: At runtime, adb must be accessible from your PATH. You can install adb from Homebrew Cask: brew install --cask android-platform-tools
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-25
- マネージャ版: 0.3.5
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/spytrap-org/spytrap-adb
- 情報: No package-manager update timestamp was available.
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

spytrap-adb is a Rust command-line tool for scanning Android phones for stalkerware indicators and suspicious configuration through adb and USB debugging.

### プロジェクトの歴史

The repository was created in 2021. Its README says the tool is based on stalkerware-indicators data provided by Echap and provides both an interactive UI and direct commands for listing devices, downloading indicators of compromise, and scanning a connected device.

### 採用の歴史

The project publishes GitHub releases and documents installation through Arch Linux, Debian, an external apt repository, precompiled binaries, and source builds. The input package metadata also shows availability through Homebrew, Debian, Nix, and pacman.

### 使われ方

Users enable USB debugging, connect the phone, and run `spytrap-adb` interactively or invoke commands such as `spytrap-adb download-ioc` and `spytrap-adb scan`. The README's example output shows checks against known app identifiers and Android accessibility-service settings.

### パッケージ好きにとっての重要性

Package maintainers care about spytrap-adb because it turns a sensitive mobile-safety workflow into a reproducible CLI package with Linux distribution packages, Homebrew packaging, and reproducible-build notes. It is a security tool whose usefulness depends on being easy to install on the helper computer, not on the phone being scanned.

### タイムライン

- 2021: GitHub repository created.
- 2023: v0.2.0 published on GitHub releases.
- 2025: v0.3.5 published on GitHub releases.

### Related projects

- The README names Echap's stalkerware-indicators data as an input source and lists MVT, the Mobile Verification Toolkit, as similar work.

### ソース

- GitHub API repository and releases metadata for spytrap-org/spytrap-adb, accessed 2026-07-02
- <https://github.com/spytrap-org/spytrap-adb>
- input 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:** spytrap-adb
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Debian apt - spytrap-adb - 0.3.5-1: normalized package name match | Debian stable package indexes: spytrap-adb from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Test a phone for stalkerware using adb and usb debugging | https://github.com/spytrap-org/spytrap-adb
- Nix - spytrap-adb: normalized package name match | nixpkgs package indexes: pkgs/by-name/sp/spytrap-adb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - spytrap-adb - 0.3.5-2: normalized package name match | Arch Linux sync databases: spytrap-adb from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Test a phone for stalkerware using adb and usb debugging to scan for suspicious apps and configuration | https://github.com/spytrap-org/spytrap-adb


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://www.automicvault.com/ja/pkg/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [rust](https://www.automicvault.com/ja/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [apkleaks](https://www.automicvault.com/ja/pkg/brew/apkleaks/) - Shares av.db curated category or tags: android, cli, mobile-security, security.
- [jadx](https://www.automicvault.com/ja/pkg/brew/jadx/) - Shares av.db curated category or tags: android, cli, security.
- [acme.sh](https://www.automicvault.com/ja/pkg/brew/acme-sh/) - Shares av.db curated category or tags: cli, security.
- [aescrypt](https://www.automicvault.com/ja/pkg/brew/aescrypt/) - Shares av.db curated category or tags: cli, security.
- [aespipe](https://www.automicvault.com/ja/pkg/brew/aespipe/) - Shares av.db curated category or tags: cli, security.
- [afflib](https://www.automicvault.com/ja/pkg/brew/afflib/) - Shares av.db curated category or tags: cli, security.
- [afl++](https://www.automicvault.com/ja/pkg/brew/afl/) - Shares av.db curated category or tags: cli, security.
- [age](https://www.automicvault.com/ja/pkg/brew/age/) - Shares av.db curated category or tags: cli, security.
- [aws-spiffe-workload-helper](https://www.automicvault.com/ja/pkg/brew/aws-spiffe-workload-helper/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, security, using.

## Combined YAML source

View the package source record on GitHub. [combined/spytrap-adb.yml](https://github.com/automic-vault/db/blob/main/combined/spytrap-adb.yml)


## ソース

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