YouTube Transcript Pipeline
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill bundle is classified as suspicious due to potential shell injection vulnerabilities. The `scripts/create_youtube_transcript_workbench.sh` script constructs file paths using unsanitized arguments (`VIDEO_ID`, `DATE`). If the AI agent passes user-controlled input containing shell metacharacters or command substitutions (e.g., `$(command)`) directly to this script, it could lead to arbitrary command execution. Similarly, the `SKILL.md` suggests executing a shell command for transcription, which could also be vulnerable if its arguments are not properly sanitized by the agent. There is no evidence of intentional malicious behavior like data exfiltration to unauthorized endpoints or persistence mechanisms; the identified issues are vulnerabilities rather than explicit malice.
