DD Video Analyzer
PassAudited by ClawScan on Feb 23, 2026.
Overview
The skill's files, runtime instructions, and required binaries are consistent with a local video-download/transcribe/screenshot tool; it does not request unrelated credentials or hidden network endpoints.
This skill appears to do what it says: download a URL (yt-dlp), extract audio/frames (ffmpeg), and transcribe locally with Whisper. Before installing or running: (1) ensure yt-dlp/ffmpeg/whisper on your PATH are the legitimate tools you expect (PATH hijacking is a risk), (2) be prepared for large model downloads and significant CPU/time for transcription, (3) remember downloaded videos and transcripts are written to disk—run in a directory you control or in a container if you don't want local clutter, (4) the summarize flow can send transcript text to an external AI if you run the clawdbot command—avoid piping sensitive transcripts to third-party services, and (5) respect copyright/Terms of Service for the content you download. If you want extra caution, run the scripts in an isolated environment (container/VM) and inspect binaries invoked (yt-dlp, whisper) before first use.
