Movie
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill bundle provides comprehensive documentation and examples for AI-driven video production, primarily using standard `ffmpeg` commands. However, the `tools.md` file includes an `ffmpeg` command for concatenating clips (`ffmpeg -f concat -safe 0 -i list.txt -c copy output.mp4`) which disables security checks for the input file list. This `safe 0` flag, while a legitimate `ffmpeg` option, introduces a vulnerability where a maliciously crafted `list.txt` (e.g., containing arbitrary file paths or shell commands if executed in an unsanitized environment) could lead to arbitrary file access or remote code execution. While there is no evidence of intentional malicious behavior, data exfiltration, or harmful prompt injection, this specific command represents a significant vulnerability risk, classifying the skill as 'suspicious' rather than 'benign'.
