スキル一覧に戻る
martimramos

forge-security

by martimramos

0🍴 0📅 2025年12月21日
GitHubで見るManusで実行

SKILL.md


name: forge-security description: Enforces security guardrails for Claude Code. Blocks access to secrets, credentials, and sensitive files. Requires confirmation for network requests and infrastructure changes. Use when accessing files, making network requests, or running infrastructure commands.

Security Guardrails

Blocked Operations (NEVER do these)

The following are blocked without exception:

  • Reading or writing .env files
  • Accessing files matching: *secret*, *credential*, *password*, .aws/*, .ssh/*, *token*
  • Running destructive IaC commands without explicit user request

See reference/blocked-patterns.md for complete list.

Ask First (require user confirmation)

These operations require explicit user approval:

  • Network requests (WebFetch)
  • Git push, merge, rebase operations
  • Infrastructure commands: terraform plan/apply, kubectl apply, ansible-playbook

See reference/ask-patterns.md for complete list.

When Uncertain

If unsure whether an operation is safe:

  1. Stop and explain what you're about to do
  2. List what files/systems will be affected
  3. Wait for explicit user confirmation

Never assume permission. When in doubt, ask.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です