YouTube Shorts Automation
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill bundle is designed for automating YouTube Shorts creation and upload using Deevid AI. The `SKILL.md` and `references/*.md` files provide clear instructions for the agent to interact with the Deevid AI web interface and use `curl` to download generated media files from `sp.deevid.ai`. The `scripts/youtube_upload.py` script utilizes the official Google API client libraries (`google-api-python-client`, `google-auth-oauthlib`) for YouTube video uploads, requiring standard OAuth authentication via `client_secret.json` and `token.json`. All observed file access, network calls, and execution patterns are directly aligned with the stated purpose of video generation and upload, without any evidence of intentional data exfiltration to unauthorized endpoints, malicious code execution (e.g., `curl | bash`), persistence mechanisms, or prompt injection attempts to subvert the agent's intended behavior.
