Skip to main content

media-gen

Generates images and videos using the AIsa API, enabling creative content creation with advanced AI models.

Install this skill

or
46/100

Security score

The media-gen skill was audited on May 17, 2026 and we found 30 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 163

Curl to non-GitHub URL

SourceSKILL.md
163curl -X POST "https://api.aisa.one/v1/models/gemini-3-pro-image-preview:generateContent" \
medium line 184

Curl to non-GitHub URL

SourceSKILL.md
184curl -X POST "https://api.aisa.one/v1/chat/completions" \
medium line 206

Curl to non-GitHub URL

SourceSKILL.md
206curl -X POST "https://api.aisa.one/v1/images/generations" \
medium line 232

Curl to non-GitHub URL

SourceSKILL.md
232curl -X POST "https://api.aisa.one/apis/v1/services/aigc/video-generation/video-synthesis" \
medium line 243

Curl to non-GitHub URL

SourceSKILL.md
243curl -X POST "https://api.aisa.one/apis/v1/services/aigc/video-generation/video-synthesis" \
medium line 265

Curl to non-GitHub URL

SourceSKILL.md
265curl "https://api.aisa.one/apis/v1/services/aigc/tasks/YOUR_TASK_ID" \
low line 9

External URL reference

SourceSKILL.md
9homepage: https://aisa.one
low line 32

External URL reference

SourceSKILL.md
32Works with any [agentskills.io](https://agentskills.io)-compatible
low line 41

External URL reference

SourceSKILL.md
41specification](https://agentskills.io/specification)
low line 44

External URL reference

SourceSKILL.md
44[aisa.one](https://aisa.one)).
low line 148

External URL reference

SourceSKILL.md
148--img-url "https://example.com/reference.jpg" \
low line 160

External URL reference

SourceSKILL.md
160Documentation: [Google Gemini Chat](https://aisa.one/docs/api-reference/chat/generatecontent).
low line 163

External URL reference

SourceSKILL.md
163curl -X POST "https://api.aisa.one/v1/models/gemini-3-pro-image-preview:generateContent" \
low line 178

External URL reference

SourceSKILL.md
178Documentation: [Image Generation via Chat](https://aisa.one/docs/api-reference/chat/image-generation).
low line 184

External URL reference

SourceSKILL.md
184curl -X POST "https://api.aisa.one/v1/chat/completions" \
low line 203

External URL reference

SourceSKILL.md
203Documentation: [OpenAI-Compatible Image Generations](https://aisa.one/docs/api-reference/chat/openai-image-generations).
low line 206

External URL reference

SourceSKILL.md
206curl -X POST "https://api.aisa.one/v1/images/generations" \
low line 227

External URL reference

SourceSKILL.md
227Documentation: [Create video generation task](https://aisa.one/docs/api-reference/video/post_services-aigc-video-generation-video-synthesis).
low line 232

External URL reference

SourceSKILL.md
232curl -X POST "https://api.aisa.one/apis/v1/services/aigc/video-generation/video-synthesis" \
low line 243

External URL reference

SourceSKILL.md
243curl -X POST "https://api.aisa.one/apis/v1/services/aigc/video-generation/video-synthesis" \
low line 251

External URL reference

SourceSKILL.md
251"media":["https://example.com/reference.jpg"]
low line 259

External URL reference

SourceSKILL.md
259Documentation: [Get video generation task result](https://aisa.one/docs/api-reference/video/get_services-aigc-tasks).
low line 265

External URL reference

SourceSKILL.md
265curl "https://api.aisa.one/apis/v1/services/aigc/tasks/YOUR_TASK_ID" \
low line 286

External URL reference

SourceSKILL.md
286[--img-url https://... (required for -i2v models)] \
low line 300

External URL reference

SourceSKILL.md
300- [Google Gemini Chat — `generateContent`](https://aisa.one/docs/api-reference/chat/generatecontent) — Gemini image models
low line 301

External URL reference

SourceSKILL.md
301- [Image Generation via Chat](https://aisa.one/docs/api-reference/chat/image-generation) — Wan 2.7 image models
low line 302

External URL reference

SourceSKILL.md
302- [OpenAI-Compatible Image Generations](https://aisa.one/docs/api-reference/chat/openai-image-generations) — Seedream image generation
low line 303

External URL reference

SourceSKILL.md
303- [Create video generation task](https://aisa.one/docs/api-reference/video/post_services-aigc-video-generation-video-synthesis) — Wan video task creation
low line 304

External URL reference

SourceSKILL.md
304- [Get video generation task result](https://aisa.one/docs/api-reference/video/get_services-aigc-tasks) — async polling
low line 306

External URL reference

SourceSKILL.md
306See the [full AIsa API Reference](https://aisa.one/docs/api-reference)
Scanned on May 17, 2026
View Security Dashboard