ideogram-debug-bundle

Pass

Audited by Gen Agent Trust Hub on Mar 14, 2026

Risk Level: SAFE
Full Analysis
  • [DATA_EXFILTRATION]: The skill accesses the user's .env configuration file and local npm logs (~/.npm/_logs/*.log) to generate a diagnostic bundle. It includes a specific redaction step (sed 's/=.*/=***REDACTED***/') intended to mask secrets within the environment file before inclusion in the bundle.
  • [EXTERNAL_DOWNLOADS]: The skill uses curl to perform a network health check against https://api.ideogram.com/health. This is a well-known official domain associated with the skill's primary purpose.
  • [COMMAND_EXECUTION]: The script utilizes standard system utilities including tar for archiving, grep for log filtering, and npm for version checks. These operations are transparently defined and aligned with the stated goal of creating a support bundle.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 14, 2026, 04:42 AM