# action-validator を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:action-validator
```

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

### macOS

- Homebrew (100%):

```sh
brew install action-validator
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#action-validator
```

  証拠: nixpkgs package indexes: pkgs/by-name/ac/action-validator/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:action-validator
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.9.0
- **ソース概要:** Tool to validate GitHub Action and Workflow YAML files
- **ホームページ:** <https://github.com/mpalmer/action-validator>
- **リポジトリ:** <https://github.com/mpalmer/action-validator>
- **最終更新:** 2026-05-26T23:37:47-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- action-validator (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.9.0
## プロジェクトの歴史と使われ方

action-validator is a standalone linter for GitHub Actions and workflow YAML files, checking structure against schemas and validating path globs.

### プロジェクトの歴史

The repository was created in October 2021 and published v0.1.0 the same day. The README describes a focused Rust-based tool intended for pre-commit hooks and similar validation workflows.

### 採用の歴史

The official README documents several distribution paths: pre-built binaries from GitHub releases, cargo, asdf, mise, npm packages, direct repository builds, GitHub Action usage, and pre-commit integration. That spread is unusually broad for a small validator and reflects demand across Rust, Node, version-manager, and CI users.

### 使われ方

The core workflow is to pass one or more GitHub workflow or action YAML files to action-validator. The README also shows pre-commit hook usage, npx usage, a Node API, and running the validator inside GitHub Actions.

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

action-validator is package-nerd friendly because it packages a CI correctness check as a local command, not only as hosted platform behavior. It is also notable for offering the same validation idea through native binaries, cargo, npm, asdf, mise, pre-commit, and a composite GitHub Action.

### タイムライン

- 2021-10-26: GitHub repository created and v0.1.0 published.
- 2023-03-03: v0.4.0 added WASM builds, multiple filenames, and older-distro binary support.
- 2024-02-23: v0.6.0 added negative-glob support and tests.
- 2025-08-20: v0.8.0 added --rootdir support.
- 2026-04-09: v0.9.0 improved file discovery using git-known files and added a pre-built GitHub Action.

### Related projects

- Related projects include SchemaStore-backed validators, pre-commit hooks, GitHub Actions workflow linters, and CI policy checks.

### ソース

- <https://api.github.com/repos/mpalmer/action-validator>
- <https://api.github.com/repos/mpalmer/action-validator/releases>
- <https://raw.githubusercontent.com/mpalmer/action-validator/main/README.md>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- Nix - action-validator: normalized package name match | nixpkgs package indexes: pkgs/by-name/ac/action-validator/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/action-validator.yml](https://github.com/mxcl/pkgdb/blob/main/combined/action-validator.yml)


## ソース

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