A股每日复盘视频生成
Analysis
This is a coherent A-share recap video generator; the main things to review are its dependency installer, external asset downloads, and branded promotional slide content.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
pip3 install pillow || pip install pillow ... pip3 install fonttools brotli || pip install fonttools brotli ... skillhub install ftshare-market-data ... skillhub install newsnow-reader
The setup script installs Python packages and additional skills from external package/skill sources. This is disclosed and purpose-aligned, but it changes the local environment and is not represented in the registry install spec.
https://cdn.jsdelivr.net/fontsource/fonts/noto-sans-sc@latest/...; https://github.com/eddiexux/astock-video-report-assets/releases/download/v1.0.0/...; subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'fonttools', 'brotli', '-q'])
The asset helper can download fonts/BGM from CDN/GitHub and may install font conversion dependencies at runtime. These downloads are expected for video generation, but the CDN URL uses @latest and no checksum verification is shown.
6. Skill 安装方法(推广页:展示非凸全套 4 个 ftshare 数据包,非本 skill 的硬依赖)
The generated video intentionally includes a promotional installation slide for additional data skills that are not hard dependencies. This is disclosed, but it affects what the user may publish.
