AI短剧制作助手 | AI Short Film Producer
Analysis
This is a coherent AI video-production workflow, but it relies on sensitive API keys, paid batch API calls, and under-specified third-party services without clear credential, approval, or cost boundaries.
Findings (7)
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.
视频生成:Grok Imagine(速创API,按秒计费) ... 25个镜头同时提交 ... 失败自动重试(平均重试3次)
The skill directs parallel paid API use with automatic retries, but the artifacts do not define an explicit approval step, budget cap, or spending limit before these actions occur.
平台地址: (注册后获取); 文档中心: (注册后获取); API Key获取: 注册登录后进入控制台获取
The core provider, documentation, and endpoint provenance are not concretely identified in the artifacts, despite the skill relying on that provider for paid video and TTS generation.
cmd = [FFMPEG, '-y'] ... subprocess.run(cmd, check=True)
The references include Python subprocess and FFmpeg command templates. This is expected for local video assembly, but it still means the workflow can run local commands and overwrite outputs.
25个镜头同时提交到API ... 失败自动重试(最多5次)
The workflow intentionally fans one project plan into many API tasks and retries. This is purpose-aligned, but an error can multiply into many paid calls and generated files.
总成本仅需¥30-50/部(128秒短片)
The low-cost claim is promotional and may not hold if provider prices, retries, project size, or cloud/storage costs differ.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
鉴权:Authorization Header 传API Key(不带Bearer前缀)
The workflow requires a sensitive API key that can access a third-party paid account, while the registry requirements list no primary credential or required environment variable and the key scope/handling is not bounded.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
音频和视频URL必须公网可访问 ... 推荐搭配云存储服务存储素材
The optional digital-human workflow requires public media URLs and recommends cloud storage, so user media may leave the local environment and become accessible outside the user’s device.
