Skip to main content

yollomi-ai-api

Generates AI images and videos through the Yollomi API, utilizing a unified endpoint for diverse model options.

Install this skill

or
51/100

Security score

The yollomi-ai-api skill was audited on Feb 14, 2026 and we found 11 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 24

Template literal with variable interpolation in command context

SourceSKILL.md
24**Headers**: `Authorization: Bearer ${YOLLOMI_API_KEY}` or `X-API-Key: ${YOLLOMI_API_KEY}`
medium line 46

Template literal with variable interpolation in command context

SourceSKILL.md
46```bash
medium line 54

Template literal with variable interpolation in command context

SourceSKILL.md
54```bash
medium line 62

Template literal with variable interpolation in command context

SourceSKILL.md
62```bash
medium line 47

Curl to non-GitHub URL

SourceSKILL.md
47curl -X POST "${YOLLOMI_BASE_URL:-https://yollomi.com}/api/v1/generate" \
medium line 55

Curl to non-GitHub URL

SourceSKILL.md
55curl -X POST "${YOLLOMI_BASE_URL:-https://yollomi.com}/api/v1/generate" \
medium line 63

Curl to non-GitHub URL

SourceSKILL.md
63curl -X POST "${YOLLOMI_BASE_URL:-https://yollomi.com}/api/v1/generate" \
low line 47

External URL reference

SourceSKILL.md
47curl -X POST "${YOLLOMI_BASE_URL:-https://yollomi.com}/api/v1/generate" \
low line 55

External URL reference

SourceSKILL.md
55curl -X POST "${YOLLOMI_BASE_URL:-https://yollomi.com}/api/v1/generate" \
low line 58

External URL reference

SourceSKILL.md
58-d '{"type":"image","modelId":"remove-bg","imageUrl":"https://example.com/photo.jpg"}'
low line 63

External URL reference

SourceSKILL.md
63curl -X POST "${YOLLOMI_BASE_URL:-https://yollomi.com}/api/v1/generate" \
Scanned on Feb 14, 2026
View Security Dashboard