视频创作

ReviewAudited by ClawScan on May 10, 2026.

Overview

This skill is mostly a placeholder, but it requests unrestricted shell access and points users to unreviewed remote files, so it should be reviewed carefully before use.

Do not rely on this package as a complete reviewed video-creation skill. Before installing or using it, inspect the referenced GitHub repository, verify the exact commit, and avoid granting unrestricted Bash access unless the commands and files it may touch are clearly limited.

Findings (2)

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.

What this means

If invoked, the agent could run arbitrary local commands under a skill that does not clearly explain what commands are needed or safe.

Why it was flagged

The skill grants unrestricted shell command access while providing no scoped video-creation workflow, command list, approval rule, or containment guidance.

Skill content
allowed-tools: Bash(*)
Recommendation

Restrict Bash access to specific, necessary video-processing commands or document explicit user approval and safe operating boundaries before any shell execution.

What this means

The behavior a user actually follows may come from unreviewed remote files rather than the scanned skill package.

Why it was flagged

The reviewed package is incomplete and tells users to retrieve the complete skill files and instructions from a remote repository that is not pinned or included in the scan.

Skill content
请访问云端仓库获取完整的技能文件和使用说明。
Recommendation

Include the complete skill contents in the package, pin the remote source to a specific commit or release, and provide a reviewable install specification.