Skip to main content

ideogram-reference-architecture

Implements best-practice reference architecture for Ideogram integrations, ensuring optimal project structure and standards.

Install this skill

or
91/100

Security score

The ideogram-reference-architecture skill was audited on Feb 28, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 191

Template literal with variable interpolation in command context

SourceSKILL.md
191return require(`./ideogram.${env}.json`);
low line 37

Webhook reference - potential data exfiltration

SourceSKILL.md
37│ │ ├── webhooks.ts # Webhook handlers
low line 46

Webhook reference - potential data exfiltration

SourceSKILL.md
46│ │ └── webhook.ts # Webhook endpoint
low line 70

Webhook reference - potential data exfiltration

SourceSKILL.md
70│ (Controllers, Routes, Webhooks) │
low line 190

Access to .env file

SourceSKILL.md
190const env = process.env.NODE_ENV || 'development';
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →