# gabo を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:gabo
```

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

### macOS

- Homebrew (100%):

```sh
brew install gabo
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:gabo
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.17.0
- **ソース概要:** Generates GitHub Actions boilerplate
- **ホームページ:** <https://ashishb.net/tech/common-pitfalls-of-github-actions/>
- **リポジトリ:** <https://github.com/ashishb/gabo>
- **最終更新:** 2026-07-27T07:12:27Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- gabo (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

gabo, short for GitHub Actions Boilerplate, is a Go command-line tool for generating and analyzing GitHub Actions workflow boilerplate with safer defaults.

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

The GitHub repository was created in March 2023. Its README frames the tool as a response to common GitHub Actions pitfalls and emphasizes generated workflows with timeouts, path filters, concurrency cancellation, caching, and reduced GITHUB_TOKEN permissions.

### 採用の歴史

Upstream documents installation through go install, direct go run usage, and Homebrew. Public package-manager adoption appears intentionally narrow in the supplied facts, with Homebrew listed as the only package-manager entry.

### 使われ方

The CLI can analyze a repository or generate workflow files under .github/workflows. Supported templates include Android, Docker, npm/yarn, Go, Python, shell, YAML, Markdown, OpenAPI, and GitHub Actions linting workflows.

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

gabo is a small but package-relevant example of turning copied CI YAML into a versioned CLI. Its value is less about broad ecosystem history and more about encoding conservative workflow defaults into a repeatable tool.

### タイムライン

- 2023: GitHub repository created.
- 2020s: Distributed through go install/direct go run and Homebrew according to upstream README and supplied package facts.

### Related projects

- gabo-generated workflows refer to ecosystem tools such as actionlint, zizmor, hadolint, vacuum, and oasdiff for specific CI checks.
- The README points readers to the author's GitHub Actions pitfalls article for background.

### ソース

- <https://api.github.com/repos/ashishb/gabo>
- <https://github.com/ashishb/gabo>
- <https://raw.githubusercontent.com/ashishb/gabo/master/README.md>


## セキュリティノート

narrow executable package without higher-risk signals.

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


## Combined YAML source

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


## ソース

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