skills/jeremylongshore/claude-code-plugins-plus-skills/ideogram-reference-architecture/Gen Agent Trust Hub
ideogram-reference-architecture
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains architectural guidance and code snippets for interacting with the official Ideogram API. No malicious patterns, obfuscation, or unauthorized access attempts were detected.
- [CREDENTIALS_UNSAFE]: The implementation correctly avoids hardcoding sensitive information, instead using
process.env.IDEOGRAM_API_KEYto access the required API key from the environment. - [EXTERNAL_DOWNLOADS]: Network requests are directed to the official Ideogram domain (
api.ideogram.ai) for generation tasks and the resulting image URLs for storage, which is consistent with the skill's primary purpose. - [COMMAND_EXECUTION]: No suspicious shell commands or dynamic code execution patterns were found. Filesystem operations are restricted to directory creation and writing generated image buffers to a local assets folder.
Audit Metadata