Skip to main content

intercom-ci-integration

Automates CI/CD pipelines for Intercom integrations using GitHub Actions, enhancing testing and deployment processes.

Install this skill

or
78/100

Security score

The intercom-ci-integration skill was audited on May 27, 2026 and we found 10 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 41

Template literal with variable interpolation in command context

SourceSKILL.md
41```yaml
medium line 211

Template literal with variable interpolation in command context

SourceSKILL.md
211name: `CI Test ${Date.now()}`,
low line 100

Webhook reference - potential data exfiltration

SourceSKILL.md
100# If using webhooks in CI, store the signing secret
low line 101

Webhook reference - potential data exfiltration

SourceSKILL.md
101gh secret set INTERCOM_WEBHOOK_SECRET --body "your-webhook-secret"
medium line 232

Webhook reference - potential data exfiltration

SourceSKILL.md
232### Step 5: Webhook Signature Test
low line 246

Webhook reference - potential data exfiltration

SourceSKILL.md
246describe("Webhook signature verification", () => {
low line 247

Webhook reference - potential data exfiltration

SourceSKILL.md
247const secret = "test-webhook-secret";
low line 189

Access to .env file

SourceSKILL.md
189const token = process.env.INTERCOM_ACCESS_TOKEN;
low line 84

External URL reference

SourceSKILL.md
84https://api.intercom.io/me)
low line 274

External URL reference

SourceSKILL.md
274- [Vitest](https://vitest.dev/)
Scanned on May 27, 2026
View Security Dashboard
Installation guide →