Skip to main content

gemini-vision

Enables advanced image analysis using Google Gemini API for tasks like captioning, classification, and object detection.

Install this skill

or
66/100

Security score

The gemini-vision skill was audited on Feb 28, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 28

Access to .env file

SourceSKILL.md
282. **Project root**: `.env`
medium line 29

Access to .env file

SourceSKILL.md
293. **.claude directory**: `.claude/.env`
medium line 30

Access to .env file

SourceSKILL.md
304. **.claude/skills directory**: `.claude/skills/.env`
medium line 31

Access to .env file

SourceSKILL.md
315. **Skill directory**: `.claude/skills/gemini-vision/.env`
medium line 46

Access to .env file

SourceSKILL.md
46Or in `.env` file:
medium line 53

Access to .env file

SourceSKILL.md
53**Security**: Never commit API keys to version control. Add `.env` to `.gitignore`.
low line 15

External URL reference

SourceSKILL.md
151. **Get API Key**: Obtain from [Google AI Studio](https://aistudio.google.com/apikey)
low line 33

External URL reference

SourceSKILL.md
33**Get your API key**: Visit [Google AI Studio](https://aistudio.google.com/apikey)
low line 94

External URL reference

SourceSKILL.md
94python scripts/analyze-image.py https://example.com/image.jpg "Describe this"
low line 236

External URL reference

SourceSKILL.md
236**Official Documentation**: https://ai.google.dev/gemini-api/docs/image-understanding
Scanned on Feb 28, 2026
View Security Dashboard