Sora Video Generation

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill bundle is benign. The `SKILL.md` provides clear instructions for generating videos using the OpenAI Sora API without any prompt injection attempts or malicious directives. The `scripts/generate_video.py` script uses standard libraries (`openai`, `httpx`, `pillow`) to interact with the legitimate `api.openai.com` endpoint, handles API keys securely, and performs necessary file operations (reading user-provided images, writing output video, using temporary files) without any evidence of data exfiltration, unauthorized execution, or persistence mechanisms.