Skills Plugins MCP Prompt Model 博客 我的中心
Development #agent #mcp

security-scan

AgentShield を使用して、Claude Code の設定(.claude/ ディレクトリ)のセキュリティ脆弱性、設定ミス、インジェクションリスクをスキャンします。CLAUDE.md、settings.json、MCP サーバー、フック、エージェント定義をチェックします。

DeepseekModel Curated skill Quality Excellent · 90 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=affaan-m-ecc-docs-ja-jp-skills-security-scan-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name security-scan description AgentShield を使用して、Claude Code の設定(.claude/ ディレクトリ)のセキュリティ脆弱性、設定ミス、インジェクションリスクをスキャンします。CLAUDE.md、settings.json、MCP サーバー、フック、エージェント定義をチェックします。 Security Scan Skill AgentShield を使用して、Claude Code の設定のセキュリティ問題を監査します。 起動タイミング 新しい Claude Code プロジェクトのセットアップ時 .claude/settings.json 、 CLAUDE.md 、または MCP 設定の変更後 設定変更をコミットする前 既存の Claude Code 設定を持つ新しいリポジトリにオンボーディングする際 定期的なセキュリティ衛生チェック スキャン対象 ファイル チェック内容 CLAUDE.md ハードコードされたシークレット、自動実行命令、プロンプトインジェクションパターン settings.json 過度に寛容な許可リスト、欠落した拒否リスト、危険なバイパスフラグ mcp.json リスクのある MCP サーバー、ハードコードされた環境シークレット、npx サプライチェーンリスク hooks/ 補間によるコマンドインジェクション、データ流出、サイレントエラー抑制 agents/*.md 無制限のツールアクセス、プロンプトインジェクション表面、欠落したモデル仕様 前提条件 AgentShield がインストールされている必要があります。確認し、必要に応じてインストールします: # インストール済みか確認 npx ecc-agentshield --version # グローバルにインストール(推奨) npm install -g ecc-agentshield # または npx 経由で直接実行(インストール不要) npx ecc-agentshield scan . 使用方法 基本スキャン 現在のプロジェクトの .claude/ ディレクトリに対して実行します: # 現在のプロジェクトをスキャン npx ecc-agentshield scan # 特定のパスをスキャン npx ecc-agentshield scan --path /path/to/.claude # 最小深刻度フィルタでスキャン npx ecc-agentshield scan --min-severity medium 出力フォーマット # ターミナル出力(デフォルト) — グレード付きのカラーレポート npx ecc-agentshield scan # JSON — CI/CD 統合用 npx ecc-agentshield scan --format json # Markdown — ドキュメント用 npx ecc-agentshield scan --format markdown # HTML — 自己完結型のダークテーマレポート npx ecc-agentshield scan --format html > security-report.html 自動修正 安全な修正を自動的に適用します(自動修正可能とマークされた修正のみ): npx ecc-agentshield scan --fix これにより以下が実行されます: ハードコードされたシークレットを環境変数参照に置き換え ワイルドカード権限をスコープ付き代替に厳格化 手動のみの提案は変更しない Opus 4.6 ディープ分析 より深い分析のために敵対的な3エージェントパイプラインを実行します: # ANTHROPIC_API_KEY が必要 export ANTHROPIC_API_KEY=your-key npx ecc-agentshield scan --opus --stream これにより以下が実行されます: 攻撃者(レッドチーム) — 攻撃ベクトルを発見 防御者(ブルーチーム) — 強化を推奨 監査人(最終判定) — 両方の観点を統合 安全な設定の初期化 新しい安全な .claude/ 設定をゼロから構築します: npx ecc-agentshield init 作成されるもの: スコープ付き権限と拒否リストを持つ settings.json セキュリティベストプラクティスを含む CLAUDE.md mcp.json プレースホルダー GitHub Action CI パイプラインに追加します: - uses: affaan-m/agentshield@v1 with: path: '.' min-severity: 'medium' fail-on-findings: true 深刻度レベル グレード スコア 意味 A 90-100 安全な設定 B 75-89 軽微な問題 C 60-74 注意が必要 D 40-59 重大なリスク F 0-39 クリティカルな脆弱性 結果の解釈 クリティカルな発見(即座に修正) 設定ファイル内のハードコードされた API キーまたはトークン 許可リスト内の Bash(*) (無制限のシェルアクセス) ${file} 補間によるフック内のコマンドインジェクション シェルを実行する MCP サーバー 高い発見(本番前に修正) CLAUDE.md 内の自動実行命令(プロンプトインジェクションベクトル) 権限内の欠落した拒否リスト 不要な Bash アクセスを持つエージェント 中程度の発見(推奨) フック内のサイレントエラー抑制( 2>/dev/null 、 || true ) 欠落した PreToolUse セキュリティフック MCP サーバー設定内の npx -y 自動インストール 情報の発見(認識) MCP サーバーの欠落した説明 正しくフラグ付けされた禁止命令(グッドプラクティス) リンク GitHub : github.com/affaan-m/agentshield npm : npmjs.com/package/ecc-agentshield
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。