goose — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited goose (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Block の Goose CLI を Google Gemini で headless 駆動し、Claude Code から別系統モデルに自己完結タスクを丸投げするための薄いラッパー。Goose 自身がファイルを読み、コマンドを実行しながら、複数ターンの自走で結果を返す。Codex (OpenAI) と並ぶ「もう一つの委譲先」として使う。
goose CLI 導入済み (brew install block-goose-cli)。goose configure で Google Gemini をプロバイダ設定済み。API キーは macOS Keychain に格納される(このスキルはキーを保持しない)。~/.config/goose/config.yaml の active_provider を見るか、goose run の起動バナーを読む。goose info は provider / model を出さないので使わない。Goose に作業させたいディレクトリで実行する:
goose run --no-session --max-turns 20 -t "<自己完結したタスク>"--no-session: セッションファイルを作らない自動実行向け。--max-turns N: 自律ループの上限(暴走防止)。10〜25 が目安。goose configure で設定済みのものをそのまま使うため、呼び出し時の指定は不要。tail 等で切らずに全文を扱う。別モデルで一度だけ上書きしたいときは GOOSE_MODEL を使う(指定モデルが当該プロバイダで利用可能であること):
GOOSE_MODEL=<別のモデル名> goose run --no-session --max-turns 25 -t "<タスク>"--no-session や上記の呼び出しオプションでは権限制限されない。読み取り目的のタスクは「分析・レビュー・レポート」と明示し、書き換えや破壊操作を依頼しない。~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.