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
.envconfiguration 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
curlto perform a network health check againsthttps://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
tarfor archiving,grepfor log filtering, andnpmfor version checks. These operations are transparently defined and aligned with the stated goal of creating a support bundle.
Audit Metadata