このレポートには指定された言語の翻訳がありません。代わりに正規の英語レポートを表示しています。

バージョン付きセキュリティ評価

レポートID: SA-1A2A1EA5

6/30/2026, 8:14:12 AM

mcp-builder セキュリティ評価 v2

スキルセキュリティ認証レポート

監査履歴
監査モデル: codex 過去のレポート
スキル名
mcp-builder
バージョン
v2
メンテナー
mcp-use
カバレッジ
12 スキャンされたファイル · 1,666 解析済み行数
ポリシーバージョン
利用不可

確認済みの検出結果における最高重大度

中

2 件の確認済みセキュリティ検出結果に対応が必要です。

インストールのコンテキスト

履歴上の証拠

このレポートは、現在インストール可能な成果物を説明していない可能性があります。インストールに関するガイダンスについては、現在の Skill ページを開いてください。

現在のスキルページを開く

このレポートは、マニフェストまたは ZIP をブロックも承認もしません。

Static analysis reported many high and critical patterns, but review found they are mostly Markdown code examples, method names, license text, and documentation snippets rather than executable skill behavior. No prompt injection attempt or confirmed malicious intent was found. The skill still carries medium risk because copied examples include environment secrets, network calls, and file reads that need access controls in generated MCP servers.

レポートの位置

過去のレポート

このレポートを使用してインストールする前に、監査履歴を開いてください。

監査アテステーション

証明不可

必要な不変のバインディングは不完全です。

人による検証

未検証

このレポートには人による検証は記録されていません。

カバレッジ

12 スキャンされたファイル · 1,666 解析済み行数

レビュー対象の項目を 2 件表示

制限事項

このレポートはランタイムまたはサンドボックスでの実行を主張するものではなく、副作用がないことを証明するものでもありません。

証拠チェーン

ソースバインディングからインストール契約まで証拠をたどってください。利用可能な証拠は検証を支援しますが、安全性を保証するものではありません。

  1. ソース

    バインディングは利用できません

  2. アーティファクト

    IDが不完全

  3. 監査

    完了

  4. インストール契約

    検証するためにマニフェストを開く

    マニフェストを開く

確認された機能

「確認」とは、このレポートで裏付けとなる証拠が記録されていることを意味します。「記録なし」は、機能が存在しないことを証明するものではありません。

スクリプトを含む

Skillに含まれるコードを実行する場合があります。

この監査では記録されていません

ネットワークアクセス

外部サービスに接続する場合があります。

3 件の証拠箇所で確認

ファイルシステムへのアクセス

ローカルファイルの読み取りまたは書き込みを行う可能性があります。

3 件の証拠箇所で確認

環境変数

プロセス環境から値を読み取る可能性があります。

3 件の証拠箇所で確認

外部コマンド

Skillの外部にあるコマンドまたはプログラムを呼び出す場合があります。

2 件の証拠箇所で確認

リスク指摘

確認済みのセキュリティ上の懸念事項は、引き続きレビューが必要な項目と分けて表示されます。

確認済みのセキュリティ上の懸念 (2)

RISK-001 中
Copyable API Key in URL Query Example
The documentation shows an API key read from an environment variable and placed into a URL query string. If copied into a real MCP server, the key could be exposed through logs, caches, browser history, or upstream analytics.
The exact example reads WEATHER_API_KEY and interpolates it into a fetch URL. It is documentation rather than active code, so the risk depends on a user copying the pattern.
RISK-002 中
Unconstrained File Resource Template Example
The resource template example maps a user-controlled path into a file read without showing allow-listing, path normalization, or workspace boundaries. If copied directly, a generated MCP server could expose unintended local files.
The example directly connects a URI path parameter to readFile(path). It is a sample snippet, but the missing boundary checks are a realistic implementation risk.

専門家による証拠

不変の対象ID、スキャナーメタデータ、除外された一致項目、およびソースレベルの証拠。

アーティファクト主体

Marketplace コミット
利用不可
コンテンツハッシュ
利用不可
ツリーハッシュ
利用不可
Skill パス
利用不可
監査ペイロードハッシュ
利用不可

分析メタデータ

監査モデル: codex

分析状態: 完了

対象範囲は、記録されたファイル、行、メソッド、および証拠に限定されます。ランタイムまたはサンドボックスでの実行は主張していません。

静的解析の誤検知を無視 (3)
低
Static Weak Cryptography Matches Are False Positives
The weak cryptography alerts align with Markdown headings, prose, method names, or license text. No evidence found of cryptographic APIs, hash functions, password handling, or encryption code in the reviewed skill files.
Manual review found documentation text and no executable cryptographic logic. The repeated alerts are consistent with token-level matches in Markdown and license prose.
低
Static External Command Matches Are Mostly Markdown
Most command execution alerts come from code fences, inline method names, and eval instructions. The only direct shell command is a visible npx install command for the replacement skill, not hidden execution by this skill.
The referenced files are Markdown or JSON evaluation text. No script file, package hook, or automatic command execution path was found.
低
Critical Combined Heuristic Not Confirmed
The scanner combined code examples for environment variables, network calls, and command-like text into a critical heuristic. Review found no data exfiltration flow, hidden network endpoint, or executable automation inside the skill itself.
The suspicious categories are present only as guidance for MCP apps. The skill content does not itself run code or transmit collected secrets.

検証とエクスポート

マニフェストとロックファイルは、インストール成果物を暗号学的ハッシュに結び付けます。この完全性に関する主張は、セキュリティ評価とは別のものです。

監査アテステーション: not_attestable