# tfprovidercheck を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:tfprovidercheck
```

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

### macOS

- Homebrew (100%):

```sh
brew install tfprovidercheck
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:tfprovidercheck
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/tfprovidercheck>
- **バージョン:** 1.0.7
- **ソース概要:** CLI to prevent malicious Terraform Providers from being executed
- **ホームページ:** <https://github.com/suzuki-shunsuke/tfprovidercheck>
- **リポジトリ:** <https://github.com/suzuki-shunsuke/tfprovidercheck>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/suzuki-shunsuke/tfprovidercheck/archive/refs/tags/v1.0.7.tar.gz>
- **最終更新:** 2026-07-26T00:50:39+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- tfprovidercheck (cli)
- tfprovidercheck (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.0.7
- マネージャ更新日: 2026-07-26
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/suzuki-shunsuke/tfprovidercheck
- 検出された最新: v1.0.7 (最新)
## プロジェクトの歴史と使われ方

tfprovidercheck is a Terraform provider allow-list checker intended to prevent disallowed or malicious Terraform providers from being executed. Its README positions it as a security and governance tool to run after terraform init and before commands such as validate, plan, or apply.

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

The project was built around a simple policy model: read `terraform version -json`, compare provider names and optional version constraints against a YAML allow list, and fail when a disallowed provider appears. The README contrasts this with `.terraform.lock.hcl` and `required_providers`, arguing that those mechanisms do not provide the same centralized provider allow-list control.

### 採用の歴史

Adoption appears concentrated in CI and platform-engineering contexts. Homebrew packages tfprovidercheck as a bottled formula, while the README emphasizes GitHub Actions usage and environment-variable configuration for workflows where pull requests should not be able to tamper with the policy.

### 使われ方

Typical usage pipes `terraform version -json` into `tfprovidercheck`, optionally passing `-config`. Configuration can come from a command-line path, `TFPROVIDERCHECK_CONFIG_BODY`, `TFPROVIDERCHECK_CONFIG`, or `.tfprovidercheck.yaml` in the current directory.

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

For package-focused infrastructure users, tfprovidercheck is notable because it treats Terraform providers as executable dependencies that need admission control. It packages that check as a small CLI suitable for CI images, Homebrew installs, and repository policy workflows.

### タイムライン

- 2025: GitHub tags list v1.0.6 in July and v1.0.7 in December.
- 2026: Homebrew formula metadata lists stable version 1.0.7 with bottled builds.

### Related projects

- Terraform CLI
- .terraform.lock.hcl
- Terraform required_providers
- GitHub Actions

### ソース

- <https://formulae.brew.sh/api/formula/tfprovidercheck.json>
- <https://github.com/suzuki-shunsuke/tfprovidercheck#readme>
- <https://github.com/suzuki-shunsuke/tfprovidercheck/tags>


## セキュリティノート

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

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.


## Configuration files

- Unix: .tfprovidercheck.yaml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** tfprovidercheck
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable


## 関連リンク

- [Cloud CLI packages](https://pkg.so/ja/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [checkov](https://pkg.so/ja/brew/checkov/) - Shares pkgdb curated category or tags: cli, infrastructure-as-code, security, terraform.
- [tfsec](https://pkg.so/ja/brew/tfsec/) - Shares pkgdb curated category or tags: cli, security, terraform.
- [kics](https://pkg.so/ja/brew/kics/) - Shares pkgdb curated category or tags: cli, infrastructure-as-code, security.
- [terrascan](https://pkg.so/ja/brew/terrascan/) - Shares pkgdb curated category or tags: cli, security, terraform.
- [terraform-iam-policy-validator](https://pkg.so/ja/brew/terraform-iam-policy-validator/) - Shares pkgdb curated category or tags: cli, security, terraform.
- [openssl@3](https://pkg.so/ja/brew/openssl-3/) - Shares pkgdb curated category or tags: cli, security.
- [gnutls](https://pkg.so/ja/brew/gnutls/) - Shares pkgdb curated category or tags: cli, security.
- [p11-kit](https://pkg.so/ja/brew/p11-kit/) - Shares pkgdb curated category or tags: cli, security.
- [ripsecrets](https://pkg.so/ja/brew/ripsecrets/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, code, prevent, security.
- [anti-trojan-source](https://pkg.so/ja/npm/anti-trojan-source/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, code, malicious, security.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
