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

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

レポートID: SA-771C5E9E

7/1/2026, 2:48:32 AM

webapp-testing セキュリティ評価 v2

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

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

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

高

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

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

履歴上の証拠

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

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

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

Static findings for weak cryptography are false positives; the cited lines contain description text and argparse setup, not cryptographic algorithms. The skill still has confirmed high-risk behavior because it encourages black-box script execution and includes a helper that runs user-supplied server commands through a shell.

レポートの位置

過去のレポート

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

監査アテステーション

証明不可

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

人による検証

未検証

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

カバレッジ

5 スキャンされたファイル · 310 解析済み行数

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

制限事項

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

証拠チェーン

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

  1. ソース

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

  2. アーティファクト

    IDが不完全

  3. 監査

    完了

  4. インストール契約

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

    マニフェストを開く

確認された機能

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

スクリプトを含む

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

1 件の証拠箇所で確認

ネットワークアクセス

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

3 件の証拠箇所で確認

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

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

4 件の証拠箇所で確認

環境変数

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

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

外部コマンド

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

2 件の証拠箇所で確認

機能レビュー項目 (3)
高
User-Supplied Shell Command Execution
with_server.py passes the --server argument to subprocess.Popen with shell=True. A crafted server string can execute arbitrary shell operations in the caller environment.
The code explicitly uses shell=True with an argument supplied through the command line. The behavior is intentional, but it is still a clear arbitrary command execution surface.
中
Arbitrary Follow-Up Command Execution
with_server.py runs the remaining command-line arguments after servers are ready. This is expected for the tool, but it can execute unsafe commands if prompt input is untrusted.
The command is executed without shell=True, which reduces injection risk. It still runs arbitrary user-selected programs as part of normal operation.
中
Browser Output Written to Local Filesystem
Example scripts write console logs and screenshots to local paths. This is useful for debugging but can store sensitive page content outside the project.
The writes are explicit and local, so this is not exfiltration. The risk is moderate because captured browser content can include private data.

リスク指摘

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

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

RISK-001 高
Prompt Injection Attempt Detected
SKILL.md instructs agents to avoid reading helper source before running it and to treat scripts as black boxes. This can suppress inspection of executable code before use.
The text directly tells the agent not to read source before executing helper scripts. It is suspicious in a marketplace skill because it can interfere with source inspection and safety review.

専門家による証拠

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

アーティファクト主体

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

分析メタデータ

監査モデル: codex

分析状態: 完了

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

静的解析の誤検知を無視 (2)
低
Hardcoded Localhost URLs Are Benign Examples
The detected URLs point to localhost and are used as example targets for local web testing. No external data exfiltration endpoint is present.
All cited URLs use localhost and match the stated purpose of testing local web applications. I did not find evidence of remote collection or transmission.
低
Weak Cryptography Alerts Are False Positives
The cited lines contain descriptive metadata and argparse option definitions, not weak hashing or cryptographic operations. No evidence found for cryptographic misuse.
The cited lines were reviewed directly and contain no cryptographic API usage. This is a scanner pattern mismatch.

検証とエクスポート

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

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