AI Image

PassAudited by VirusTotal on Mar 25, 2026.

Findings (1)

The skill bundle is a legitimate tool for interacting with the skills.video image generation API. It includes scripts for validating API keys (ensure_api_key.py), inspecting OpenAPI specifications (inspect_openapi.py), and managing the asynchronous generation lifecycle via Server-Sent Events (SSE) and polling (create_and_wait.py, wait_generation.py). No evidence of data exfiltration, malicious execution, or prompt injection was found; the code logic is consistent with the stated purpose of generating images through a documented REST API.