wan-video-clone

Warn

Audited by Socket on Apr 8, 2026

1 alert found:

Security
SecurityMEDIUM
scripts/wan-video-clone.js

This module appears to be a legitimate media transformation pipeline, but it contains high-impact security issues for a supply-chain reviewed CLI: it disables TLS certificate validation globally (enabling MITM tampering of uploads/polls/downloads) and it uses execSync shell command execution for ffmpeg/ffprobe based on interpolated command strings. It also writes remote-fetched bytes directly to disk and generates an FFmpeg concat list without escaping. While clear malware/backdoor behavior is not evident, the security posture is sufficiently risky that the tool should be hardened (enable TLS verification, replace execSync with spawn/args, validate/sanitize all CLI-derived values, and escape concat list entries) before use in untrusted environments.

Confidence: 74%Severity: 78%
Audit Metadata
Analyzed At
Apr 8, 2026, 08:24 AM
Package URL
pkg:socket/skills-sh/kevinbadi%2Fai-os-skills%2Fwan-video-clone%2F@340560ecb99dd86192776b2d9c223e08e39ce7ce
Security Audit — socket — wan-video-clone