Automic VaultAutomic Vault

brew

clitest を Homebrew, apt, dnf, pacman でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install clitest

local Homebrew formula metadata

概要

パッケージ概要

Command-Line Tester

コマンドとエイリアス

  • clitest

履歴

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

clitest is a portable POSIX shell script for testing command-line sessions by comparing commands and expected output written in a terminal-like transcript.

プロジェクトの歴史

clitest was published by Aurelio Jargas as a small single-script command-line testing tool. The upstream README frames it as applying the doctest idea to Unix command lines: documentation-like shell sessions can become executable tests.

採用の歴史

The project is intentionally small, but it reached several developer-oriented package channels: the batch input records Homebrew, Debian, Fedora, Arch, and Ubuntu packages. The README also documents a Docker image and points to funcoeszz test files as a larger real-world suite using the clitest format.

使われ方

Users write a text or Markdown file containing prompts, commands, and expected output, then run `clitest FILE` to execute and check those examples. The README documents prefix handling for indented Markdown code blocks and inline expected-output markers such as `#=>`.

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

clitest matters to package nerds as a tiny, portable test runner for command-line examples. It is the sort of tool that can smoke-test package documentation, man-page examples, and shell snippets without bringing in a language-specific test framework.

タイムライン

  • 2013: GitHub repository created and early 0.1.0 tag committed.
  • 2023: Version 0.5.0 tag committed.
  • 2023: Upstream README documents direct script installation, Docker use, Markdown extraction, and real-world clitest suites.

Related projects

  • Related projects and concepts include Python doctest, doctest.fish for fish shell users, shellspec-style shell testing tools, and command-documentation test suites such as funcoeszz's clitest files.

セキュリティ状態

リスクレベル: グリーン

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 メタデータは 1 個のプラットフォームターゲットで利用できます。

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://github.com/aureliojargas/clitest

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:clitest
バージョン0.5.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/clitest
ホームページhttps://github.com/aureliojargas/clitest
リポジトリhttps://github.com/aureliojargas/clitest
上流ドキュメントhttps://github.com/aureliojargas/clitest#readme
ライセンスMIT
ソースアーカイブhttps://github.com/aureliojargas/clitest/archive/refs/tags/0.5.0.tar.gz
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

clitest 0.5.0-1

portable testing tool for Unix command lines

https://github.com/aureliojargas/clitest

sudo apt install clitest
  • Section: misc
  • Architecture: all
  • normalized package name match
  • 一致条件: Clitest
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clitest from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

clitest 0.4.0-1

portable testing tool for Unix command lines

https://github.com/aureliojargas/clitest

sudo apt install clitest
  • Section: universe/misc
  • Architecture: all
  • normalized package name match
  • 一致条件: Clitest
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: clitest from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

clitest 0.5.0-9.fc44

Command Line Tester

https://github.com/aureliojargas/clitest

sudo dnf install clitest
  • License: MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: clitest
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Clitest
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clitest from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

clitest 0.5.0-2

Perform automatic testing in Unix command lines

https://github.com/aureliojargas/clitest

sudo pacman -S clitest
  • License: MIT
  • Architecture: any
  • 1 依存関係
  • normalized package name match
  • 一致条件: Clitest
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: clitest 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 package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment