AI Video

PassAudited by VirusTotal on Mar 25, 2026.

Findings (1)

The ai-video skill bundle is designed to facilitate video generation by interacting with the skills.video REST API. The included Python scripts (create_and_wait.py, wait_generation.py, and inspect_openapi.py) implement standard API interaction patterns, such as handling Server-Sent Events (SSE), polling for task completion, and parsing OpenAPI specifications to generate request templates. The skill correctly manages sensitive data by requiring the SKILLS_VIDEO_API_KEY to be provided via environment variables rather than hardcoding. There is no evidence of data exfiltration, malicious execution, or harmful prompt injection; all operations are aligned with the stated purpose of automating video generation workflows.