Xeonen Video Analyzer
PassAudited by ClawScan on Feb 23, 2026.
Overview
The skill's files, instructions, and required binaries are coherent with its stated purpose (downloading videos, extracting audio/frames, and running Whisper transcription); it does not request unrelated credentials or perform hidden network exfiltration in the provided scripts.
This skill appears to do exactly what it says: download videos, extract audio/frames, and run local Whisper transcription. Before installing or running it, consider the following: (1) downloaded videos and transcripts may be large and can consume significant disk and bandwidth; (2) Whisper may download model files (~GB) the first time it runs; (3) transcripts can contain sensitive information — the summarize script shows how to send transcripts to an AI (clawdbot ask), so avoid piping confidential transcripts to external services unless you understand the privacy implications and have required API keys/policies in place; (4) yt-dlp will contact external video hosts to download content — ensure you have rights to download material and check copyright policies; (5) the scripts suppress stderr output (redirects to /dev/null), so errors may be hidden; review the included scripts (they're present) and run them in a controlled directory or sandbox first. If you need a higher assurance check, provide the origin repository or a signed release so the upstream source can be verified.
