skills/jeremylongshore/claude-code-plugins-plus-skills/ideogram-performance-tuning/Gen Agent Trust Hub
ideogram-performance-tuning
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches image generation data from the official Ideogram API (api.ideogram.ai) and downloads generated image assets to a local cache directory. These operations are consistent with the skill's stated purpose of performance tuning for Ideogram.
- [CREDENTIALS_UNSAFE]: Appropriately references the Ideogram API key through an environment variable (IDEOGRAM_API_KEY) rather than hardcoding secrets, following security best practices.
- [COMMAND_EXECUTION]: No shell command execution or subprocess spawning was detected. The skill uses standard Node.js APIs for filesystem and network operations.
- [DATA_EXFILTRATION]: Network activity is restricted to the legitimate Ideogram API service and downloading resulting image files. No suspicious or unauthorized data transfer patterns were found.
Audit Metadata