ideogram-debug-bundle
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (LOW): The skill utilizes several system tools including
grep,tar, andcurlto gather diagnostic data. These operations are restricted to the intended purpose of creating a support bundle. - [DATA_EXPOSURE] (LOW): The skill reads potentially sensitive files such as
~/.npm/_logs/*.logand.env. Although it accesses these paths, it implements a redaction step usingsedto mask values in the environment file and targets specific log patterns to minimize the risk of accidental credential leakage. - [EXTERNAL_DOWNLOADS] (SAFE): The skill performs a network connectivity check via
curltohttps://api.ideogram.com/health. This is a legitimate health-check endpoint for the service and does not involve downloading or executing external code.
Audit Metadata