Douyin Creator Cn
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill bundle provides simple shell scripts for Douyin content creation assistance. All scripts (`analyze.sh`, `tags.sh`, `time.sh`, `title.sh`) primarily use `echo` for output and `case` statements or `grep` for basic string processing. User inputs are consistently double-quoted when used in commands, which effectively prevents common shell injection vulnerabilities. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent in `SKILL.md` or `README.md`. The scripts explicitly state they simulate data rather than making real API calls, further reducing risk.
