Skip to main content

agentic-vision

Agentic Vision enhances UI generation by measuring layouts and verifying pixel-perfect accuracy through a structured process.

Install this skill

or
89/100

Security score

The agentic-vision skill was audited on Feb 9, 2026 and we found 7 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 146

Template literal with variable interpolation in command context

SourceSKILL.md
146const prompt = `
low line 355

Fetch to external URL

SourceSKILL.md
355const surveyResult = await fetch('/api/survey/measure', {
low line 371

Fetch to external URL

SourceSKILL.md
371const qaResult = await fetch('/api/verify/diff', {
low line 225

Access to .env file

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

External URL reference

SourceSKILL.md
392- [Google Blog: Agentic Vision in Gemini 3 Flash](https://blog.google/technology/developers/agentic-vision-gemini-3-flash/)
low line 393

External URL reference

SourceSKILL.md
393- [Gemini API Code Execution Docs](https://ai.google.dev/gemini-api/docs/code-execution)
low line 394

External URL reference

SourceSKILL.md
394- [scikit-image SSIM](https://scikit-image.org/docs/stable/api/skimage.metrics.html#skimage.metrics.structural_similarity)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →