Skip to main content

intercom-core-workflow-b

Automates management of Intercom conversations, enabling users to create, reply, assign, close, and tag conversations efficiently.

Install this skill

or
59/100

Security score

The intercom-core-workflow-b skill was audited on May 27, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 62

Template literal with variable interpolation in command context

SourceSKILL.md
62console.log(`Conversation ID: ${conversation.conversationId}`);
medium line 116

Template literal with variable interpolation in command context

SourceSKILL.md
116await fetch(`https://api.intercom.io/conversations/${conversation.conversationId}/run_assignment_rules`, {
medium line 119

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
174console.log(`State: ${full.state}`); // "open", "closed", "snoozed"
medium line 175

Template literal with variable interpolation in command context

SourceSKILL.md
175console.log(`Assignee: ${full.adminAssigneeId}`);
medium line 176

Template literal with variable interpolation in command context

SourceSKILL.md
176console.log(`Parts: ${full.conversationParts.totalCount}`);
medium line 180

Template literal with variable interpolation in command context

SourceSKILL.md
180console.log(` [${part.partType}] ${part.author.type}: ${part.body?.substring(0, 50)}`);
low line 50

Access to .env file

SourceSKILL.md
50token: process.env.INTERCOM_ACCESS_TOKEN!,
low line 119

Access to .env file

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

External URL reference

SourceSKILL.md
116await fetch(`https://api.intercom.io/conversations/${conversation.conversationId}/run_assignment_rules`, {
low line 240

External URL reference

SourceSKILL.md
240- [Conversations API](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/conversations)
low line 241

External URL reference

SourceSKILL.md
241- [Reply to Conversation](https://developers.intercom.com/docs/references/2.2/rest-api/conversations/reply-to-a-conversation)
low line 242

External URL reference

SourceSKILL.md
242- [Manage Conversation](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/conversations/manageconversation)
Scanned on May 27, 2026
View Security Dashboard
Installation guide →