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

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

レポートID: SA-0BF0370D

6/30/2026, 8:30:44 AM

generating-solana-projects セキュリティ評価 v2

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

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

確認済み検出結果の概要

確認済みのセキュリティ上の指摘はありません

完了した監査では、確認済みのセキュリティ上の検出事項は記録されませんでした。これは、Skill に副作用がないことの証明ではありません。

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

履歴上の証拠

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

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

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

Static analysis flagged many command, filesystem, network, and script patterns, but review shows most are markdown templates, Solana configuration examples, localhost endpoints, and relative imports. No prompt injection or confirmed malicious exfiltration was found. The remaining risk is moderate because the skill uses Write and Bash-capable workflows and instructs users to run build, install, deploy, and frontend commands.

レポートの位置

過去のレポート

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

監査アテステーション

証明不可

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

人による検証

未検証

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

カバレッジ

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

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

制限事項

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

証拠チェーン

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

  1. ソース

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

  2. アーティファクト

    IDが不完全

  3. 監査

    完了

  4. インストール契約

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

    マニフェストを開く

確認された機能

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

スクリプトを含む

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

3 件の証拠箇所で確認

ネットワークアクセス

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

3 件の証拠箇所で確認

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

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

4 件の証拠箇所で確認

環境変数

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

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

外部コマンド

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

4 件の証拠箇所で確認

機能レビュー項目 (5)
中
User-Controlled Project Generation Requires Path Guardrails
The skill asks for a project name and then generates a complete directory tree. This is legitimate for a scaffolding skill, but implementations should normalize project names and prevent writes outside the intended workspace.
The workflow clearly depends on user-provided project names and file creation. The files do not show malicious intent, so this is a moderate implementation risk rather than a confirmed exploit.
中
External Build And Deployment Commands Need User Review
The skill provides commands for dependency installation, Anchor builds, local validators, deployment, tests, and frontend servers. These commands are expected for Solana development, but users should review generated files before running them.
The commands are explicitly documented and are normal for this domain. Risk remains because install, build, and deploy commands execute external tooling in the user environment.
低
Template Paths Are Legitimate Solana Project References
Hidden directory and traversal findings refer to installation paths, Solana wallet configuration, and relative imports for generated clients. These are expected template references, not evidence of unauthorized file access.
The paths appear in documented templates and import statements. No instruction directs the model to read secrets or traverse arbitrary user files.
低
Network Indicators Are Expected Development Endpoints
The hardcoded URL and IP address are an Anchor registry URL and local Solana validator endpoint. They do not contain credential upload logic or suspicious remote collection behavior.
The reviewed endpoints are standard development or registry locations. No evidence found that secrets or project data are sent to an untrusted service.
低
Dynamic Import Alert Is A JSDoc Type Reference
The dynamic import finding points to a Next.js JSDoc type annotation in a configuration template. This does not dynamically load untrusted code at runtime.
The import syntax is inside a documentation comment used by Next.js tooling. There is no user-controlled module path or runtime import expression.

リスク指摘

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

この完了済み監査には、確認済みのセキュリティ検出事項は記録されていません。

専門家による証拠

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

アーティファクト主体

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

分析メタデータ

監査モデル: codex

分析状態: 完了

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

静的解析の誤検知を無視 (2)
低
Markdown Fences Misclassified As Shell Execution
Many static external command findings are caused by markdown code fences and project tree examples. These are documentation templates, not Ruby or shell backtick execution in runnable code.
The cited locations are fenced markdown examples and directory trees. There is no executable Ruby code or command substitution at these locations.
低
Weak Cryptography Alerts Are Textual False Positives
Static weak cryptography findings correspond to ordinary documentation terms such as smart contracts, tests, descriptions, and frontend configuration. No weak hashing or encryption implementation was found in the reviewed locations.
The cited lines are prose or placeholders, not cryptographic operations. No evidence found for MD5, SHA-1, insecure ciphers, or custom crypto logic.

検証とエクスポート

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

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