Media.io AI Image & Video Generation API

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The skill bundle is a well-structured API router for Media.io AIGC services. The core logic in `scripts/skill_router.py` includes a security check that restricts outbound network requests exclusively to the 'openapi.media.io' domain, effectively preventing SSRF or data exfiltration to unauthorized endpoints. The documentation in `SKILL.md` and `references/mediaio-aigc-api-reference.md` is consistent with the provided API definitions in `scripts/c_api_doc_detail.json` and includes proactive security advice regarding the use of least-privilege API keys.