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

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

レポートID: SA-630FBCD1

6/30/2026, 9:45:49 PM

xiaohongshu-search セキュリティ評価 v3

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

監査履歴
監査モデル: codex 過去のレポート
スキル名
xiaohongshu-search
バージョン
v3
メンテナー
um-why
カバレッジ
7 スキャンされたファイル · 734 解析済み行数
ポリシーバージョン
利用不可

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

低

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

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

履歴上の証拠

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

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

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

Most static shell, obfuscation, and path traversal findings are false positives caused by JavaScript template literals, ANSI escape sequences, imports, Markdown fences, and ellipsis text. Confirmed risks are a command skill that reads GUAIKEI_API_TOKEN, sends it to www.guaikei.com in URL query parameters, performs HTTPS requests, and writes local lock and result files. No prompt injection or confirmed malicious intent was found, but publication should warn users about third-party token transmission and local output files.

レポートの位置

過去のレポート

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

監査アテステーション

証明不可

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

人による検証

未検証

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

カバレッジ

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

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

制限事項

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

証拠チェーン

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

  1. ソース

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

  2. アーティファクト

    IDが不完全

  3. 監査

    完了

  4. インストール契約

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

    マニフェストを開く

確認された機能

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

スクリプトを含む

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

2 件の証拠箇所で確認

ネットワークアクセス

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

4 件の証拠箇所で確認

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

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

3 件の証拠箇所で確認

環境変数

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

1 件の証拠箇所で確認

外部コマンド

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

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

機能レビュー項目 (3)
中
Third-Party API Token Passed in Query Parameters
The script reads GUAIKEI_API_TOKEN and the request builder places token in query parameters for both create and result requests to www.guaikei.com. This appears intended for API access, but query-string tokens can be captured in service logs, proxies, and error traces.
The data flow is direct: the environment token is read and then serialized into request query parameters. Confidence is below very high because the token is for the same third-party API the skill is designed to call.
中
User-Derived Local Files and Result Persistence
The command creates lock files from the sanitized keyword and writes last-search.json under the scripts directory. Sanitization removes path separators, so path traversal was not confirmed, but persisted search results may expose user research on shared machines.
The file writes are explicit and use user-derived keyword data. The impact is moderate because paths are constrained to the script directory and slash characters are removed during sanitization.
低
Documentation Overstates Data Desensitization
The documentation says all output data is desensitized and has no personal information, but the code can output author nicknames and profile URLs returned by the API. This is a marketplace content and privacy expectation issue rather than hidden exfiltration.
The mismatch is clear from the documentation and output formatting code. The risk is limited because the skill appears to process public Xiaohongshu data returned by its API provider.

リスク指摘

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

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

RISK-001 低
Hardcoded Default API Token
When GUAIKEI_API_TOKEN is missing or invalid, the key module returns a fixed default token. The weak-cryptography static finding is a false positive, but a shared fallback token can create rate-limit, attribution, and reliability issues.
The fallback token behavior is visible in the code. It is not cryptographic use, so the security impact is lower than the static scanner suggested.

専門家による証拠

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

アーティファクト主体

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

分析メタデータ

監査モデル: codex

分析状態: 完了

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

静的解析の誤検知を無視 (1)
低
Static Command and Obfuscation Findings Dismissed
No evidence of shell execution, eval, subprocess spawning, or prompt injection was found in reviewed files. The scanner matched JavaScript template literals, ANSI color escape sequences, relative imports, Markdown code fences, Unicode ranges, and ellipsis text.
The reviewed locations contain formatting, imports, or documentation examples rather than executable shell commands or encoded payloads. No untrusted instruction text attempts to override the audit.

検証とエクスポート

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

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