intercom-debug-bundle

Pass

Audited by Gen Agent Trust Hub on Aug 22, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses curl to interact with the Intercom API (api.intercom.io) and status page (status.intercom.com) for diagnostic purposes. These are official service endpoints.
  • [COMMAND_EXECUTION]: The implementation script uses sed and grep to redact sensitive patterns (Bearer tokens, emails, and .env values) before including them in the final tarball. This follows security best practices for log collection.
  • [DATA_EXPOSURE]: The skill accesses local files such as logs/app.log and .env to build the diagnostic bundle. However, it explicitly includes redaction steps (sed masking) to ensure credentials and PII are not exposed in the final output.
  • [SAFE]: The network requests are limited to official Intercom domains for health checks and status information, and the skill's primary purpose is troubleshooting as advertised.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 22, 2026, 03:22 AM
Security Audit — agent-trust-hub — intercom-debug-bundle