Skip to main content

intercom-debug-bundle

Collects diagnostic evidence for Intercom issues, aiding in troubleshooting and support ticket preparation.

Install this skill

or
49/100

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

medium line 41

Template literal with variable interpolation in command context

SourceSKILL.md
41```bash
medium line 113

Template literal with variable interpolation in command context

SourceSKILL.md
113```bash
medium line 102

Curl to non-GitHub URL

SourceSKILL.md
102STATUS=$(curl -s https://status.intercom.com/api/v2/status.json 2>/dev/null)
medium line 106

Curl to non-GitHub URL

SourceSKILL.md
106INCIDENTS=$(curl -s https://status.intercom.com/api/v2/incidents/unresolved.json 2>/dev/null)
high line 188

Curl to non-GitHub URL

SourceSKILL.md
188| Status page unreachable | Network issue | Try `curl https://status.intercom.com` directly |
medium line 170

Webhook reference - potential data exfiltration

SourceSKILL.md
170- Webhook signing secrets
low line 148

Access to .env file

SourceSKILL.md
148if [ -f ".env" ]; then
low line 149

Access to .env file

SourceSKILL.md
149sed 's/=.*/=***REDACTED***/' .env >> "$BUNDLE_DIR/config-redacted.txt"
low line 71

External URL reference

SourceSKILL.md
71https://api.intercom.io/me 2>&1)
low line 92

External URL reference

SourceSKILL.md
92https://api.intercom.io/me 2>/dev/null)
low line 102

External URL reference

SourceSKILL.md
102STATUS=$(curl -s https://status.intercom.com/api/v2/status.json 2>/dev/null)
low line 106

External URL reference

SourceSKILL.md
106INCIDENTS=$(curl -s https://status.intercom.com/api/v2/incidents/unresolved.json 2>/dev/null)
low line 129

External URL reference

SourceSKILL.md
129"https://api.intercom.io/$endpoint" 2>/dev/null)
low line 188

External URL reference

SourceSKILL.md
188| Status page unreachable | Network issue | Try `curl https://status.intercom.com` directly |
low line 193

External URL reference

SourceSKILL.md
193- [Intercom Status](https://status.intercom.com)
low line 194

External URL reference

SourceSKILL.md
194- [Intercom Support](https://www.intercom.com/help)
low line 195

External URL reference

SourceSKILL.md
195- [Error Codes Reference](https://developers.intercom.com/docs/references/rest-api/errors/error-codes)
Scanned on May 27, 2026
View Security Dashboard
Installation guide →