Automic VaultAutomic Vault

brew

cargo-spellcheck を Homebrew, Nix, pacman でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install cargo-spellcheck

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#cargo-spellcheck

nixpkgs package indexes · pkgs/by-name/ca/cargo-spellcheck/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S cargo-spellcheck

Arch Linux sync databases · cargo-spellcheck · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

Checks rust documentation for spelling and grammar mistakes

コマンドとエイリアス

  • cargo-spellcheck

履歴

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

cargo-spellcheck is a Cargo subcommand for spell-checking and grammar-checking Rust documentation and comments.

プロジェクトの歴史

The official README describes cargo-spellcheck as a tool that checks spelling with hunspell and grammar with nlprule, with interactive fixing and automation-oriented commands.

採用の歴史

GitHub records the repository as created in May 2020, and crates.io records the crate as first published the same month. The input package facts list Homebrew, Nix, and Arch packages.

使われ方

The README documents `cargo spellcheck check`, `cargo spellcheck fix`, shell completions, and CI/CD or commit-hook usage. The configuration page documents explicit config via CLI flags or Cargo.toml metadata, plus implicit project and per-user config files.

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

cargo-spellcheck sits in the Rust tooling niche where documentation quality becomes a build or review concern, so package maintainers can catch spelling and grammar regressions before release.

タイムライン

  • 2020: GitHub repository created and first crates.io release recorded.
  • 2026: crates.io records max_version 0.15.7.

Related projects

  • The README and repository topics identify hunspell, nlprule, and LanguageTool-style grammar checking as related components.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

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

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 3 件のビルド依存関係があります。

推奨レビュー

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

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
/home/alice/.config/cargo_spellcheck/config.toml
macOS
/Users/Alice/Library/Preferences/cargo_spellcheck/config.toml
Unix
Cargo.toml${CARGO_MANIFEST_DIR}/.config/spellcheck.toml.config/spellcheck.toml
Windows
C:\Users\Alice\AppData\Roaming\cargo_spellcheck\config.toml

実行可能ファイル

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

コマンド種類公開範囲メモ
cargo-spellcheckcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

ページ生成日2026-07-25
マネージャ版0.15.7
マネージャ更新日2026-06-22
ローカルデータOK
上流最新
検出された最新v0.15.7

https://github.com/drahnr/cargo-spellcheck

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:cargo-spellcheck
バージョン0.15.7
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/cargo-spellcheck
ホームページhttps://github.com/drahnr/cargo-spellcheck
リポジトリhttps://github.com/drahnr/cargo-spellcheck
上流ドキュメントhttps://docs.rs/crate/cargo-spellcheck/latest
ライセンスApache-2.0 OR MIT
ソースアーカイブhttps://github.com/drahnr/cargo-spellcheck/archive/refs/tags/v0.15.7.tar.gz
最終更新2026-06-22T14:02:58-07:00
Pulseupdated
依存関係hunspell
ビルド依存関係llvm, pkgconf, rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namecargo-spellcheck
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

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

Nix95%

cargo-spellcheck

nix profile install nixpkgs#cargo-spellcheck
  • normalized package name match
  • 一致条件: Cargo Spellcheck
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ca/cargo-spellcheck/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

cargo-spellcheck 0.15.7-1

Checks all your documentation for spelling and grammar mistakes

https://github.com/drahnr/cargo-spellcheck

sudo pacman -S cargo-spellcheck
  • License: MIT AND Apache-2.0
  • Architecture: x86_64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Cargo Spellcheck
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: cargo-spellcheck from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

ソース経路

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

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

使用ソース

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