intercom-debug-bundle
Collects diagnostic evidence for Intercom issues, aiding in troubleshooting and support ticket preparation.
Install this skill
Security score
The intercom-debug-bundle skill was audited on May 27, 2026 and we found 17 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 41 | ```bash |
Template literal with variable interpolation in command context
| 113 | ```bash |
Curl to non-GitHub URL
| 102 | STATUS=$(curl -s https://status.intercom.com/api/v2/status.json 2>/dev/null) |
Curl to non-GitHub URL
| 106 | INCIDENTS=$(curl -s https://status.intercom.com/api/v2/incidents/unresolved.json 2>/dev/null) |
Curl to non-GitHub URL
| 188 | | Status page unreachable | Network issue | Try `curl https://status.intercom.com` directly | |
Webhook reference - potential data exfiltration
| 170 | - Webhook signing secrets |
Access to .env file
| 148 | if [ -f ".env" ]; then |
Access to .env file
| 149 | sed 's/=.*/=***REDACTED***/' .env >> "$BUNDLE_DIR/config-redacted.txt" |
External URL reference
| 71 | https://api.intercom.io/me 2>&1) |
External URL reference
| 92 | https://api.intercom.io/me 2>/dev/null) |
External URL reference
| 102 | STATUS=$(curl -s https://status.intercom.com/api/v2/status.json 2>/dev/null) |
External URL reference
| 106 | INCIDENTS=$(curl -s https://status.intercom.com/api/v2/incidents/unresolved.json 2>/dev/null) |
External URL reference
| 129 | "https://api.intercom.io/$endpoint" 2>/dev/null) |
External URL reference
| 188 | | Status page unreachable | Network issue | Try `curl https://status.intercom.com` directly | |
External URL reference
| 193 | - [Intercom Status](https://status.intercom.com) |
External URL reference
| 194 | - [Intercom Support](https://www.intercom.com/help) |
External URL reference
| 195 | - [Error Codes Reference](https://developers.intercom.com/docs/references/rest-api/errors/error-codes) |