短视频爆款预测脚本

PassAudited by ClawScan on Apr 15, 2026.

Overview

The skill's code, manifest, and runtime instructions are internally consistent with its stated purpose of analyzing short-video scripts and giving optimization suggestions; it does not request credentials or install components.

This skill appears coherent and self-contained: it analyzes text scripts and returns scores and suggestions without requesting credentials or installing external code. Before installing or using it in production you may want to: 1) quickly search the index.js file (or the package) for suspicious calls such as network libraries (fetch/axios/http/https), child_process/exec, eval/new Function, or process.env to confirm there are no hidden external communications or secret access; 2) run the code locally on non-sensitive sample scripts to verify outputs; and 3) prefer running it in an isolated environment if you plan to feed sensitive or proprietary scripts. If you want, I can scan the provided index.js for specific patterns (network calls, exec/eval, environment access) and report findings.