video-edit
Warn
Audited by Snyk on Jun 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). Outsider free text is ingested into the LLM via
scripts/simple_video_edit.py→generate_metadata(): it builds a Claude prompt containingtranscript_with_timesderived fromtranscribe_video(video_path)(Whisper output from the input video’s speech, i.e., non-user-authored content) and sends it toclient.messages.create(...).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill calls torch.hub.load(repo_or_dir='snakers4/silero-vad') (i.e. https://github.com/snakers4/silero-vad) at runtime in jump_cut_vad_singlepass.py to fetch and execute remote code for Silero VAD, which is a required runtime dependency that executes external code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata