Clips Machine
Analysis
This appears to be a coherent video-clipping skill that uses local media tools and saves transcripts/clips locally, with no artifact evidence of hidden credential use, exfiltration, or destructive behavior.
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.
"yt-dlp", "--no-exec", "--no-playlist"
The code invokes local command-line tools to download and process media. This is central to the skill's purpose, and the shown call uses argument lists plus yt-dlp safety options rather than shell execution.
brew install ffmpeg yt-dlp whisper-cpp
The setup depends on external binaries and package managers. This is disclosed and expected for local video processing, but the dependency versions are not pinned in the artifact.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
transcript.json # Full transcript with timestamps
The documented output includes persistent transcript and analysis files. This is purpose-aligned, but it can preserve private spoken content from the input video.
