Auto Video Editor
Analysis
The skill appears to be a coherent local video-editing tool, with expected risks from running media-processing commands, installing dependencies, and indexing project media.
Findings (4)
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.
For Claude: REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.
A non-runtime development plan contains direct instructions to an AI agent to invoke another sub-skill. This is not part of the normal video-editing workflow, but could redirect an agent if the plan file is treated as operational instructions.
AI 会自动调用各个脚本,完成整个剪辑流程。
The skill explicitly expects the agent to run local scripts as part of the editing workflow. This is central to the skill's purpose, but it means the agent will process local files and create project outputs.
"@remotion/cli": "^4.0.0", "react": "^18.3.0", "typescript": "^5.4.0"
The optional Remotion workflow depends on npm packages specified with version ranges, so installed versions may vary over time. This is expected for a Remotion video-rendering workflow, but users should notice the third-party dependency surface.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
扫描所有视频/音频/图片文件 ... 提取时长、分辨率、帧率等元数据 ... JSON 索引(`media_index.json`) ... SQLite 索引(`media_index.db`)
The media-library feature stores a persistent local index of project media metadata and transcript associations. This is purpose-aligned for searching and organizing video assets, but it creates retained project context.
