Skip to main content

intercom-prod-checklist

Facilitates the execution of Intercom production readiness checklists and rollback procedures for seamless integration deployment.

Install this skill

or
20/100

Security score

The intercom-prod-checklist skill was audited on May 28, 2026 and we found 28 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 105

Template literal with variable interpolation in command context

SourceSKILL.md
105error: `${err.statusCode}: ${err.message}`,
medium line 131

Template literal with variable interpolation in command context

SourceSKILL.md
131```bash
medium line 153

Curl to non-GitHub URL

SourceSKILL.md
153curl -s https://status.intercom.com/api/v2/status.json | jq -r '.status.indicator'
medium line 169

Curl to non-GitHub URL

SourceSKILL.md
169curl -X PATCH https://your-config-service/flags/intercom_enabled \
medium line 177

Curl to non-GitHub URL

SourceSKILL.md
177curl -s https://your-app.com/health | jq '.services.intercom'
medium line 29

Webhook reference - potential data exfiltration

SourceSKILL.md
29Complete checklist for deploying Intercom integrations to production, covering authentication, error handling, rate limits, webhooks, and monitoring.
medium line 50

Webhook reference - potential data exfiltration

SourceSKILL.md
50### Webhook Endpoints
medium line 52

Webhook reference - potential data exfiltration

SourceSKILL.md
52- [ ] Webhook URL uses HTTPS (Intercom requires it)
medium line 54

Webhook reference - potential data exfiltration

SourceSKILL.md
54- [ ] Webhook handler responds within 5 seconds (Intercom timeout)
medium line 55

Webhook reference - potential data exfiltration

SourceSKILL.md
55- [ ] Idempotency: duplicate webhooks handled gracefully
medium line 56

Webhook reference - potential data exfiltration

SourceSKILL.md
56- [ ] Failed webhook retry handled (Intercom retries once after 1 min)
low line 155

Webhook reference - potential data exfiltration

SourceSKILL.md
155# 4. Webhook endpoint reachable (if configured)
low line 156

Webhook reference - potential data exfiltration

SourceSKILL.md
156if [ -n "${WEBHOOK_URL:-}" ]; then
low line 157

Webhook reference - potential data exfiltration

SourceSKILL.md
157echo -n "Webhook endpoint: "
low line 158

Webhook reference - potential data exfiltration

SourceSKILL.md
158WH_STATUS=$(curl -s -o /dev/null -w "%{http_code}" "$WEBHOOK_URL")
low line 179

Webhook reference - potential data exfiltration

SourceSKILL.md
179# 4. Disable webhooks in Intercom Developer Hub
low line 180

Webhook reference - potential data exfiltration

SourceSKILL.md
180# (prevents queued webhook deliveries to unhealthy endpoint)
medium line 191

Webhook reference - potential data exfiltration

SourceSKILL.md
191| Webhook failures | Delivery errors | P3 | Check endpoint health, verify signature |
medium line 197

Webhook reference - potential data exfiltration

SourceSKILL.md
197- [Webhook Setup](https://developers.intercom.com/docs/webhooks/setting-up-webhooks)
low line 71

External URL reference

SourceSKILL.md
71- [ ] Intercom status page monitored (https://status.intercom.com)
low line 141

External URL reference

SourceSKILL.md
141https://api.intercom.io/me)
low line 148

External URL reference

SourceSKILL.md
148https://api.intercom.io/me 2>/dev/null | grep -i x-ratelimit-remaining | awk '{print $2}')
low line 153

External URL reference

SourceSKILL.md
153curl -s https://status.intercom.com/api/v2/status.json | jq -r '.status.indicator'
low line 169

External URL reference

SourceSKILL.md
169curl -X PATCH https://your-config-service/flags/intercom_enabled \
low line 177

External URL reference

SourceSKILL.md
177curl -s https://your-app.com/health | jq '.services.intercom'
low line 195

External URL reference

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

External URL reference

SourceSKILL.md
196- [Rate Limiting](https://developers.intercom.com/docs/references/rest-api/errors/rate-limiting)
low line 197

External URL reference

SourceSKILL.md
197- [Webhook Setup](https://developers.intercom.com/docs/webhooks/setting-up-webhooks)
Scanned on May 28, 2026
View Security Dashboard
Installation guide →