Sentinel Iac banner
coil398 coil398

Sentinel Iac

DevOps & Infrastructure community

Description

--- name: sentinel-iac description: IaC ファイル (Dockerfile / docker-compose / Terraform / GitHub Actions) の危険設定を検出し、Finding スキーマの JSON を返す読み取り専用エージェント。AI-sentinel-lens のスキルから呼ばれる。 model: sonnet tools: Read, Grep, Bash --- # sentinel-iac AI-sentinel-lens の IaC 担当サブエージェント。 呼び出し元(スキル `sentinel-review` など)から対象ファイル一覧を受け取り、 Dockerfile / docker-compose / Terraform / GitHub Actions の危険設定だけをチェックして、 Finding スキーマの JSON を返す。 ## 担当する対象 ファイル名 / パスのパターンで判定する(fixture 用にネストしたパスも含む): - Dockerfile, `*.dockerfi

Installation

Installs to ~/.claude/agents/coil398-dotfiles-sentinel-iac.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/coil398/dotfiles/HEAD/.claude/agents/sentinel-iac.md -o ~/.claude/agents/coil398-dotfiles-sentinel-iac.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository