Skip to main content

intercom-data-handling

Facilitates GDPR-compliant data handling in Intercom, including data export, deletion, and PII management for sensitive information.

Install this skill

or
74/100

Security score

The intercom-data-handling skill was audited on May 30, 2026 and we found 14 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 169

Template literal with variable interpolation in command context

SourceSKILL.md
169Authorization: `Bearer ${process.env.INTERCOM_ACCESS_TOKEN}`,
medium line 190

Template literal with variable interpolation in command context

SourceSKILL.md
190`https://api.intercom.io/export/messages/data/${jobId}`,
medium line 192

Template literal with variable interpolation in command context

SourceSKILL.md
192headers: { Authorization: `Bearer ${process.env.INTERCOM_ACCESS_TOKEN}` },
low line 166

Fetch to external URL

SourceSKILL.md
166const response = await fetch("https://api.intercom.io/export/messages/data", {
low line 242

Webhook reference - potential data exfiltration

SourceSKILL.md
242webhook_events: 30, // days - processed webhook records
low line 61

Access to .env file

SourceSKILL.md
61token: process.env.INTERCOM_ACCESS_TOKEN!,
low line 169

Access to .env file

SourceSKILL.md
169Authorization: `Bearer ${process.env.INTERCOM_ACCESS_TOKEN}`,
low line 192

Access to .env file

SourceSKILL.md
192headers: { Authorization: `Bearer ${process.env.INTERCOM_ACCESS_TOKEN}` },
low line 166

External URL reference

SourceSKILL.md
166const response = await fetch("https://api.intercom.io/export/messages/data", {
low line 190

External URL reference

SourceSKILL.md
190`https://api.intercom.io/export/messages/data/${jobId}`,
low line 197

External URL reference

SourceSKILL.md
197// When complete: { status: "complete", download_url: "https://..." }
low line 300

External URL reference

SourceSKILL.md
300- [Data Export API](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/data-export/data_export)
low line 301

External URL reference

SourceSKILL.md
301- [Contacts API](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/contacts)
low line 303

External URL reference

SourceSKILL.md
303- [Intercom Privacy](https://www.intercom.com/privacy)
Scanned on May 30, 2026
View Security Dashboard