douyin-download

PassAudited by VirusTotal on May 16, 2026.

Findings (1)

The skill bundle provides a utility to download Douyin videos, extract audio, transcribe it using SiliconFlow API, and optionally segment the text using MiniMax API or OpenClaw's internal LLM. All operations, including network requests to Douyin, SiliconFlow, and MiniMax, and local file system operations (downloading, saving, deleting temporary files), are directly aligned with the stated purpose. The use of `child_process.spawn` with an array of arguments for `ffmpeg` and `curl` commands, along with `path.join` for file paths and basic sanitization of video titles, significantly mitigates common shell injection and path traversal vulnerabilities. There is no evidence of data exfiltration to unauthorized endpoints, persistence mechanisms, obfuscation, or prompt injection attempts against the OpenClaw agent in `SKILL.md`.