Skip to main content

stability-ai

Generates and edits images using the Stability AI API, enabling high-quality image creation and manipulation through various techniques.

Install this skill

or
43/100

Security score

The stability-ai skill was audited on May 16, 2026 and we found 21 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 43

Curl to non-GitHub URL

SourceSKILL.md
43curl -s -X GET "https://api.stability.ai/v1/user/account" --header "Authorization: Bearer $STABILITY_TOKEN"
medium line 60

Curl to non-GitHub URL

SourceSKILL.md
60curl -s -X POST "https://api.stability.ai/v2beta/stable-image/generate/core" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: image/*" -F prompt="A photorealistic mountain landscape
medium line 66

Curl to non-GitHub URL

SourceSKILL.md
66curl -s -X POST "https://api.stability.ai/v2beta/stable-image/generate/ultra" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: image/*" -F prompt="A futuristic city skyline at night
medium line 74

Curl to non-GitHub URL

SourceSKILL.md
74curl -s -X POST "https://api.stability.ai/v2beta/stable-image/generate/sd3" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: image/*" -F prompt="An abstract digital painting with vi
medium line 86

Curl to non-GitHub URL

SourceSKILL.md
86curl -s -X POST "https://api.stability.ai/v2beta/stable-image/generate/core" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: application/json" -F prompt="A serene Japanese zen gard
medium line 94

Curl to non-GitHub URL

SourceSKILL.md
94curl -s -X POST "https://api.stability.ai/v2beta/stable-image/upscale/conservative" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: image/*" -F image="@/tmp/source_image.png" -F pr
medium line 110

Curl to non-GitHub URL

SourceSKILL.md
110curl -s -X POST "https://api.stability.ai/v2beta/stable-image/edit/inpaint" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: image/*" -F image="@/tmp/source.png" -F mask="@/tmp/mask
medium line 118

Curl to non-GitHub URL

SourceSKILL.md
118curl -s -X POST "https://api.stability.ai/v2beta/stable-image/edit/outpaint" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: image/*" -F image="@/tmp/source.png" -F left=200 -F rig
medium line 126

Curl to non-GitHub URL

SourceSKILL.md
126curl -s -X POST "https://api.stability.ai/v2beta/stable-image/control/sketch" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: image/*" -F image="@/tmp/sketch.png" -F prompt="A deta
low line 10

External URL reference

SourceSKILL.md
10> Official docs: `https://platform.stability.ai/docs/api-reference`
low line 28

External URL reference

SourceSKILL.md
28Connect the **Stability AI** connector at [app.vm0.ai/connectors](https://app.vm0.ai/connectors).
low line 30

External URL reference

SourceSKILL.md
30> **Troubleshooting:** If requests fail, run `zero doctor check-connector --env-name STABILITY_TOKEN` or `zero doctor check-connector --url https://api.stability.ai/v1/user/account --method GET`
low line 43

External URL reference

SourceSKILL.md
43curl -s -X GET "https://api.stability.ai/v1/user/account" --header "Authorization: Bearer $STABILITY_TOKEN"
low line 60

External URL reference

SourceSKILL.md
60curl -s -X POST "https://api.stability.ai/v2beta/stable-image/generate/core" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: image/*" -F prompt="A photorealistic mountain landscape
low line 66

External URL reference

SourceSKILL.md
66curl -s -X POST "https://api.stability.ai/v2beta/stable-image/generate/ultra" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: image/*" -F prompt="A futuristic city skyline at night
low line 74

External URL reference

SourceSKILL.md
74curl -s -X POST "https://api.stability.ai/v2beta/stable-image/generate/sd3" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: image/*" -F prompt="An abstract digital painting with vi
low line 86

External URL reference

SourceSKILL.md
86curl -s -X POST "https://api.stability.ai/v2beta/stable-image/generate/core" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: application/json" -F prompt="A serene Japanese zen gard
low line 94

External URL reference

SourceSKILL.md
94curl -s -X POST "https://api.stability.ai/v2beta/stable-image/upscale/conservative" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: image/*" -F image="@/tmp/source_image.png" -F pr
low line 110

External URL reference

SourceSKILL.md
110curl -s -X POST "https://api.stability.ai/v2beta/stable-image/edit/inpaint" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: image/*" -F image="@/tmp/source.png" -F mask="@/tmp/mask
low line 118

External URL reference

SourceSKILL.md
118curl -s -X POST "https://api.stability.ai/v2beta/stable-image/edit/outpaint" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: image/*" -F image="@/tmp/source.png" -F left=200 -F rig
low line 126

External URL reference

SourceSKILL.md
126curl -s -X POST "https://api.stability.ai/v2beta/stable-image/control/sketch" --header "Authorization: Bearer $STABILITY_TOKEN" --header "Accept: image/*" -F image="@/tmp/sketch.png" -F prompt="A deta
Scanned on May 16, 2026
View Security Dashboard
Installation guide →
GitHub Stars 60
Rate this skill
Categorydesign
UpdatedMay 20, 2026
vm0-ai/vm0-skills