pkg.soopen package index

brew / 順位 7178

checkpwn を Homebrew, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install checkpwn

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#checkpwn

nixpkgs package indexes · pkgs/by-name/ch/checkpwn/package.nix · ソース: api.github.com

概要

パッケージ概要

Check Have I Been Pwned and see if it's time for you to change passwords

コマンドとエイリアス

  • checkpwn

履歴

プロジェクトの歴史と使われ方

checkpwn is a Rust CLI for querying Have I Been Pwned account, paste, and password-breach data. It is small, but source-backed enough to document as a package-manager convenience wrapper around a security API.

プロジェクトの歴史

The brycx/checkpwn repository was created in May 2018. The README describes checkpwn as a tool to check Have I Been Pwned and determine whether passwords need changing.

The Cargo metadata identifies it as a command-line utility with password, security, and HIBP keywords. The project continued to receive releases through 0.6.0 in March 2026, when it moved to Rust Edition 2024 and updated dependencies.

採用の歴史

The README documents installation through Cargo and Homebrew, while the batch metadata also lists Nix. This is typical adoption for a focused Rust CLI: cargo install first, then package-manager formulas for repeatable workstation setup.

Adoption appears niche rather than ecosystem-defining, with modest GitHub star counts, but the tool solves a clear packageable task: local HIBP checks without writing API glue.

使われ方

Users register a Have I Been Pwned API key with checkpwn register, which writes checkpwn.yml in the user's configuration directory, then use checkpwn acc for accounts or lists and checkpwn pass for passwords.

For account checks, the README says checkpwn queries both the HIBP paste and account databases. Password checking is separated from account checking, matching the common operational distinction between exposed accounts and compromised password material.

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

checkpwn is package-nerd interesting as a compact Rust security CLI with Cargo, Homebrew, and Nix distribution. It shows the pattern of wrapping a popular web security service in a local command that stores minimal configuration and can be scripted.

Its config-path behavior also matters to packagers because API keys are user state, not package state.

タイムライン

  • 2018: brycx/checkpwn repository created.
  • 2020: 0.5.1 release published.
  • 2022: 0.5.4 release published.
  • 2026: 0.6.0 released with Rust Edition 2024.

Related projects

  • Have I Been Pwned is the upstream breach-data service that checkpwn queries.
  • checkpwn_lib is the Rust library dependency used by the CLI according to Cargo metadata.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Linux
$XDG_CONFIG_HOME/checkpwn/checkpwn.yml~/.config/checkpwn/checkpwn.yml
macOS
~/Library/Application Support/checkpwn/checkpwn.yml
Windows
%APPDATA%\checkpwn\checkpwn.yml

Credential files

Credential-bearing paths to review before unattended agent runs.

Linux
$XDG_CONFIG_HOME/checkpwn/checkpwn.yml~/.config/checkpwn/checkpwn.yml
macOS
~/Library/Application Support/checkpwn/checkpwn.yml
Windows
%APPDATA%\checkpwn\checkpwn.yml

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
checkpwn実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版0.6.0
マネージャ更新日
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:checkpwn
バージョン0.6.0
パッケージマネージャHomebrew
ホームページhttps://github.com/brycx/checkpwn
リポジトリhttps://github.com/brycx/checkpwn
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

checkpwn

nix profile install nixpkgs#checkpwn
  • normalized package name match
  • 一致条件: Checkpwn
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ch/checkpwn/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation