bggg-tiktok-cut
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses local command-line tools (FFmpeg, ffprobe, and Whisper) to process video and audio files. All dependencies are well-known and standard for video processing tasks.
- [COMMAND_EXECUTION]: The skill executes system commands using the
subprocessmodule. Technical review shows that it correctly uses list-based arguments withoutshell=True, mitigating risk of command injection. - [SAFE]: No network communication or exfiltration of sensitive data was found. The skill operates entirely on local file paths provided within a managed project structure.
- [SAFE]: Proper escaping mechanisms are implemented for subtitle generation and FFmpeg filter paths, demonstrating good security hygiene in handling project-specific data.
Audit Metadata