macOS
brew install codespelllocal Homebrew formula metadata
sudo port install codespellMacPorts ports tree · python/codespell/Portfile · ソース: api.github.com
brew
codespell のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install codespelllocal Homebrew formula metadata
sudo port install codespellMacPorts ports tree · python/codespell/Portfile · ソース: api.github.com
sudo apt install codespellDebian stable package indexes · codespell · ソース: deb.debian.org
sudo dnf install codespellFedora Rawhide package metadata · codespell · ソース: dl.fedoraproject.org
nix profile install nixpkgs#codespellnixpkgs package indexes · pkgs/by-name/co/codespell/package.nix · ソース: api.github.com
sudo pacman -S codespellArch Linux sync databases · codespell · ソース: geo.mirror.pkgbuild.com
sudo zypper install codespellopenSUSE Tumbleweed package metadata · codespell · ソース: download.opensuse.org
概要
Fix common misspellings in source code and text files
履歴
codespell is a Python command-line spell checker for source trees and text files. Its niche is deliberately narrow: it looks for known common misspellings rather than trying to act as a full dictionary-based spell checker.
The project traces its original script and library copyright to Lucas De Marchi and ProFUSION embedded systems in 2010-2011. Its maintained upstream is the codespell-project GitHub repository, which the official README identifies as both the GitHub project and repository.
codespell became useful package-manager material because it has a small CLI surface, needs no service credentials, and fits easily into automated checks. The supplied package facts list it across Homebrew, Debian, Fedora/dnf, MacPorts, Nix, Arch/pacman, Ubuntu, and openSUSE/zypper, and the upstream README documents a pre-commit hook configuration.
The CLI is normally run against a working tree or selected paths, with dry-run output by default and an optional write mode for applying fixes. Configuration is intentionally repository-local: codespell reads pyproject.toml, setup.cfg, .codespellrc, or a file passed on the command line.
For packagers and release engineers, codespell is a classic low-friction quality gate: it is deterministic, text-oriented, and easy to wire into CI, pre-commit, and distro packaging checks without needing network access or secrets.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
pyproject.tomlsetup.cfg.codespellrc実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
codespell | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/codespell-project/codespell
インストールメタデータ
| パッケージキー | brew:codespell |
|---|---|
| バージョン | 2.4.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/codespell |
| ホームページ | https://github.com/codespell-project/codespell |
| リポジトリ | https://github.com/codespell-project/codespell |
| 上流ドキュメント | https://github.com/codespell-project/codespell#readme |
| ライセンス | GPL-2.0-only |
| ソースアーカイブ | https://files.pythonhosted.org/packages/80/19/45e941380f69c042b43423513d201e6592346f992394347f5e7174c31407/codespell-2.4.3.tar.gz |
| 最終更新 | 2026-07-16T15:10:28Z |
| Pulse | updated |
| 依存関係 | python@3.14 |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | codespell |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
codespell 2.4.1-1
Find and fix common misspellings in text files
https://github.com/codespell-project/codespell/
sudo apt install codespellcodespell
nix profile install nixpkgs#codespellcodespell 2.2.6-1
Find and fix common misspellings in text files
https://github.com/codespell-project/codespell/
sudo apt install codespellcodespell 2.4.1-9.fc45
Fix common misspellings in text files
https://github.com/codespell-project/codespell/
sudo dnf install codespellcodespell 2.4.2-1
check code for common misspellings
https://github.com/codespell-project/codespell
sudo pacman -S codespellcodespell 2.4.2-1.2
Source code checker for common misspellings
https://github.com/codespell-project/codespell/
sudo zypper install codespellcodespell
sudo port install codespellソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.