Skip to main content

intercom-core-workflow-a

Facilitates management of Intercom contacts, enabling creation, searching, updating, and merging of leads into users.

Install this skill

or
69/100

Security score

The intercom-core-workflow-a skill was audited on May 27, 2026 and we found 11 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
105console.log(`Found ${filtered.totalCount} contacts`);
medium line 107

Template literal with variable interpolation in command context

SourceSKILL.md
107console.log(` ${contact.name} (${contact.email}) - plan: ${contact.customAttributes?.plan}`);
medium line 135

Template literal with variable interpolation in command context

SourceSKILL.md
135console.log(`Merged lead into user: ${merged.id}`);
medium line 147

Template literal with variable interpolation in command context

SourceSKILL.md
147console.log(`Segment: ${segment.name} (${segment.id})`);
medium line 175

Template literal with variable interpolation in command context

SourceSKILL.md
175if (count % 100 === 0) console.log(`Processed ${count} contacts`);
low line 47

Access to .env file

SourceSKILL.md
47token: process.env.INTERCOM_ACCESS_TOKEN!,
low line 79

External URL reference

SourceSKILL.md
79POST to `https://api.intercom.io/contacts/search` with query filters.
low line 209

External URL reference

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

External URL reference

SourceSKILL.md
210- [Search Contacts](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/contacts/searchcontacts)
low line 211

External URL reference

SourceSKILL.md
211- [Merge Contacts](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/contacts/mergecontact)
low line 212

External URL reference

SourceSKILL.md
212- [Contact Guides](https://developers.intercom.com/docs/guides/contacts)
Scanned on May 27, 2026
View Security Dashboard
Installation guide →