Skip to main content

image-gen

Generates and edits website images using Gemini 3, ideal for creating custom visuals with text and specific styles.

Install this skill

or
91/100

Security score

The image-gen skill was audited on Feb 12, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 82

Access to .env file

SourceSKILL.md
82const ai = new GoogleGenAI({ apiKey: process.env.GEMINI_API_KEY });
low line 99

Buffer.from base64 decode

SourceSKILL.md
99const buffer = Buffer.from(part.inlineData.data, "base64");
low line 43

External URL reference

SourceSKILL.md
43**Source**: [Google AI Changelog](https://ai.google.dev/gemini-api/docs/changelog)
low line 145

External URL reference

SourceSKILL.md
145**Source**: [Google AI Image Generation Docs](https://ai.google.dev/gemini-api/docs/image-generation)
low line 159

External URL reference

SourceSKILL.md
159**Source**: [Google Support Thread](https://support.google.com/gemini/thread/371311134/)
low line 177

External URL reference

SourceSKILL.md
177**Source**: [Google AI Image Generation Docs](https://ai.google.dev/gemini-api/docs/image-generation)
low line 201

External URL reference

SourceSKILL.md
201**Source**: [Google AI Image Generation Docs](https://ai.google.dev/gemini-api/docs/image-generation)
low line 207

External URL reference

SourceSKILL.md
207**Source**: [Google AI Image Generation Docs](https://ai.google.dev/gemini-api/docs/image-generation)
low line 232

External URL reference

SourceSKILL.md
232**Source**: [Google Developers Blog - Gemini 2.5 Flash Image](https://developers.googleblog.com/introducing-gemini-2-5-flash-image/)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →