pkg.soopen package index

brew / 順位 2542

checkbashisms を Homebrew, apk, Nix, pacman, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install checkbashisms

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add checkbashisms

Alpine Linux edge package indexes · checkbashisms · ソース: dl-cdn.alpinelinux.org

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

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

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

Arch Linux sync databases · checkbashisms · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install checkbashisms

openSUSE Tumbleweed package metadata · checkbashisms · ソース: download.opensuse.org

概要

パッケージ概要

Checks for bashisms in shell scripts

コマンドとエイリアス

  • checkbashisms

履歴

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

checkbashisms is a Debian devscripts command that scans shell scripts for possible bash-specific constructs in scripts intended to run as /bin/sh.

プロジェクトの歴史

The Debian manpage says checkbashisms was originally written as a shell script by Yann Dirson and rewritten in Perl by Julian Gilbey. The current script says it is based on a Lintian scripts check with copyright ancestry from Richard Braakman, Josip Rodin, and Julian Gilbey.

採用の歴史

checkbashisms entered devscripts as a new script in the August 2003 changelog. Because devscripts is a standard Debian developer utility package, the command spread first through Debian and Ubuntu workflows, then through repackaging in Homebrew, Alpine, Nix, Arch, and openSUSE as recorded in the batch input.

使われ方

Users run `checkbashisms script ...` to warn about constructs not required by POSIX, with options for stricter POSIX checking, force-checking, lint-style editor output, extra context, and early failure.

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

checkbashisms is package-nerd folklore because it encodes Debian Policy and POSIX shell portability expectations into a tiny linter, catching scripts that accidentally require bash when packaged as /bin/sh-compatible.

タイムライン

  • 1997: devscripts split off from debmake.
  • 1998: Lintian-era scripts checks provide part of checkbashisms' ancestry.
  • 2003: checkbashisms added to devscripts.
  • 2018: Debian devscripts repository created on Salsa.
  • 2026: devscripts 2.26.9 source published in Debian unstable.

Related projects

  • devscripts is the Debian utility collection that ships checkbashisms.
  • Lintian is the source of the original check logic described in the script and manpage.
  • dash, POSIX sh, Debian Policy, and bash are the compatibility context for the command.

セキュリティ状態

リスクレベル: yellow

generalized runtime or code generation signal.

リスク分類器

リスク yellow · 信頼度 中 · runtime

理由

  • generalized runtime or code generation signal

信号

  • text:shell

インストール挙動

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

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:checkbashisms
バージョン2.26.10
パッケージマネージャHomebrew
ホームページhttps://launchpad.net/ubuntu/+source/devscripts/
最終更新2026-07-06T15:26:54Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

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

Nix95%

checkbashisms

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

checkbashisms 2.26.5-r1

Debian developer scripts (checkbashisms)

https://tracker.debian.org/pkg/devscripts

sudo apk add checkbashisms
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: debian-devscripts
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Checkbashisms
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: checkbashisms from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
pacman95%

checkbashisms 2.26.10-1

Debian script that checks for bashisms

https://tracker.debian.org/pkg/devscripts

sudo pacman -S checkbashisms
  • License: GPL-2.0-or-later
  • Architecture: any
  • 1 依存関係
  • normalized package name match
  • 一致条件: Checkbashisms
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: checkbashisms from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

checkbashisms 2.26.9-1.3

Tool for checking /bin/sh scripts for possible bashisms

https://salsa.debian.org/debian/devscripts

sudo zypper install checkbashisms
  • License: GPL-2.0-or-later
  • Category: Development/Tools/Building
  • Architecture: noarch
  • Source Package: devscripts-checkbashisms
  • 2 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Checkbashisms
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: checkbashisms from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

ソース経路

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

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

使用ソース

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