Skip to main content

ideogram-local-dev-loop

Sets up a fast local development environment for Ideogram with hot reload and testing capabilities.

Install this skill

or
74/100

Security score

The ideogram-local-dev-loop skill was audited on May 12, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 110

Template literal with variable interpolation in command context

SourceSKILL.md
110const response = await fetch(`${IDEOGRAM_API}/generate`, {
medium line 129

Template literal with variable interpolation in command context

SourceSKILL.md
129super(`Ideogram API error ${status}: ${body}`);
medium line 145

Template literal with variable interpolation in command context

SourceSKILL.md
145url: `https://placehold.co/1024x1024/333/fff?text=${encodeURIComponent(prompt.slice(0, 30))}`,
low line 49

Access to .env file

SourceSKILL.md
49├── .env.local # Local secrets (git-ignored)
low line 50

Access to .env file

SourceSKILL.md
50├── .env.example # Template for team
medium line 223

Access to .env file

SourceSKILL.md
223| Env not loaded | Missing `.env.local` | Copy from `.env.example` |
low line 102

External URL reference

SourceSKILL.md
102const IDEOGRAM_API = "https://api.ideogram.ai";
low line 145

External URL reference

SourceSKILL.md
145url: `https://placehold.co/1024x1024/333/fff?text=${encodeURIComponent(prompt.slice(0, 30))}`,
low line 177

External URL reference

SourceSKILL.md
177"https://api.ideogram.ai/generate",
low line 235

External URL reference

SourceSKILL.md
235- [Vitest Documentation](https://vitest.dev/)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →