Skip to main content

create-svg-from-prompt

Generates SVG images from user prompts using Google Gemini and autotrace for seamless graphic design.

Install this skill

or
93/100

Security score

The create-svg-from-prompt skill was audited on Feb 28, 2026 and we found 3 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 30

Curl to non-GitHub URL

SourceSKILL.md
30curl -s -X POST "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash-image:generateContent" -H "x-goog-api-key: <GEMINI_API_KEY>" -H "Content-Type: application/json" -d '{ "conten
low line 30

Base64 decode operation

SourceSKILL.md
30curl -s -X POST "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash-image:generateContent" -H "x-goog-api-key: <GEMINI_API_KEY>" -H "Content-Type: application/json" -d '{ "conten
low line 30

External URL reference

SourceSKILL.md
30curl -s -X POST "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash-image:generateContent" -H "x-goog-api-key: <GEMINI_API_KEY>" -H "Content-Type: application/json" -d '{ "conten
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →