video-edit

Fail

Audited by Socket on Jun 16, 2026

1 alert found:

Obfuscated File
Obfuscated FileHIGH
scripts/jump_cut_vad_singlepass.py

The script appears to implement benign media-processing functionality. The most significant security concern is supply-chain risk: torch.hub.load(..., trust_repo=True) can download and execute third-party repository code at runtime. Secondary risks stem from executing external binaries (ffmpeg/ffprobe) via subprocess.run without absolute paths (possible PATH tampering) and brief TOCTOU windows for temporary files. There is no direct evidence of malicious behavior, data exfiltration, or obfuscated/backdoor code in this module. Recommended mitigations: vendor or pin the Silero model/utilities, avoid trust_repo=True or review downloaded code before executing, use verified absolute paths for ffmpeg/ffprobe, tighten temp file permissions and cleanup, and run with least privilege.

Confidence: 90%
Audit Metadata
Analyzed At
Jun 16, 2026, 05:16 AM
Package URL
pkg:socket/skills-sh/aiagentwithdhruv%2FEuron-Future-Proof-Automation%2Fvideo-edit%2F@0d05605e335e9eb25c81ded933f14feab732694e0a41c8a59c29b935788e5c27
Security Audit — socket — video-edit