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

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

レポートID: SA-A91F0964

6/30/2026, 11:36:49 AM

mulerouter セキュリティ評価 v4

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

監査履歴
監査モデル: codex 過去のレポート
スキル名
mulerouter
バージョン
v4
メンテナー
openmule
カバレッジ
44 スキャンされたファイル · 4,569 解析済み行数
ポリシーバージョン
利用不可

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

中

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

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

履歴上の証拠

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

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

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

Static analysis reported a critical heuristic because this skill combines local Python execution, outbound network calls, and API credential access. Manual review found no evidence of malicious exfiltration or prompt injection; the confirmed risk is expected third-party API use with bearer credentials and user-supplied media prompts. Publish with clear warnings about external API transmission and local credential handling.

レポートの位置

過去のレポート

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

監査アテステーション

証明不可

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

人による検証

未検証

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

カバレッジ

44 スキャンされたファイル · 4,569 解析済み行数

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

制限事項

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

証拠チェーン

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

  1. ソース

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

  2. アーティファクト

    IDが不完全

  3. 監査

    完了

  4. インストール契約

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

    マニフェストを開く

確認された機能

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

スクリプトを含む

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

8 件の証拠箇所で確認

ネットワークアクセス

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

26 件の証拠箇所で確認

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

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

1 件の証拠箇所で確認

環境変数

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

49 件の証拠箇所で確認

外部コマンド

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

79 件の証拠箇所で確認

リスク指摘

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

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

RISK-001 中
Authenticated requests send user inputs to external APIs
The client builds an Authorization bearer header from the configured API key and sends request bodies to MuleRouter or MuleRun endpoints. This is core functionality, but users must understand that prompts, media URLs, and task data leave the local environment.
The bearer token header and HTTP request call are directly visible. The behavior is legitimate for this API skill, but it is still a real data-sharing boundary.
RISK-002 中
Environment and .env credential loading
The configuration loader imports python-dotenv, loads a provided file or current-directory .env file, and reads MULEROUTER_SITE and MULEROUTER_API_KEY. This is expected credential configuration, but it can expose credentials to the skill process.
The environment loading and API key lookup are explicit. I did not find evidence that unrelated environment variables are sent over the network.
RISK-003 中
Dynamic local module loading for model registration
The model listing workflow executes local provider package files through importlib so endpoints can register themselves. The provider list is fixed in the repository, so this is not arbitrary user-controlled import, but it is still local code execution.
The importlib exec_module call is present in the model listing script. The provider names are hardcoded rather than supplied by user input.

専門家による証拠

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

アーティファクト主体

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

分析メタデータ

監査モデル: codex

分析状態: 完了

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

静的解析の誤検知を無視 (3)
低
Markdown command examples are not runtime command execution
Static analysis flagged many fenced code examples and inline command references as shell execution. These are documentation examples in Markdown, not code paths that execute commands automatically.
The flagged locations are Markdown documentation blocks and inline examples. No runtime shell invocation is present at those locations.
低
Weak cryptography alerts are string false positives
The weak cryptographic algorithm cluster appears to match ordinary words such as description, model names, version strings, and seed parameters. I did not find cryptographic hashing, encryption, or signature code in the inspected implementation.
The cited lines contain descriptions and model parameters, not crypto APIs. No evidence of weak cryptographic usage was found in reviewed core files.
低
System reconnaissance alerts map to task metadata parsing
The low system reconnaissance alerts correspond to task response fields and model listing output, not host discovery or operating system inspection. No evidence found of system inventory collection.
The inspected lines parse API task IDs and optional site configuration. They do not enumerate files, users, processes, network interfaces, or host properties.

検証とエクスポート

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

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