intercom
Facilitates customer communication and support management through the Intercom API, enabling efficient messaging and contact management.
Install this skill
or
62/100
Security score
The intercom skill was audited on Feb 9, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 20
Curl to non-GitHub URL
SourceSKILL.md
| 20 | curl "https://api.intercom.io/contacts" \ |
medium line 28
Curl to non-GitHub URL
SourceSKILL.md
| 28 | curl -X POST "https://api.intercom.io/contacts/search" \ |
medium line 37
Curl to non-GitHub URL
SourceSKILL.md
| 37 | curl -X POST "https://api.intercom.io/contacts" \ |
medium line 46
Curl to non-GitHub URL
SourceSKILL.md
| 46 | curl -X POST "https://api.intercom.io/messages" \ |
medium line 60
Curl to non-GitHub URL
SourceSKILL.md
| 60 | curl "https://api.intercom.io/conversations" \ |
medium line 67
Curl to non-GitHub URL
SourceSKILL.md
| 67 | curl -X POST "https://api.intercom.io/conversations/{id}/reply" \ |
low line 20
External URL reference
SourceSKILL.md
| 20 | curl "https://api.intercom.io/contacts" \ |
low line 28
External URL reference
SourceSKILL.md
| 28 | curl -X POST "https://api.intercom.io/contacts/search" \ |
low line 37
External URL reference
SourceSKILL.md
| 37 | curl -X POST "https://api.intercom.io/contacts" \ |
low line 46
External URL reference
SourceSKILL.md
| 46 | curl -X POST "https://api.intercom.io/messages" \ |
low line 60
External URL reference
SourceSKILL.md
| 60 | curl "https://api.intercom.io/conversations" \ |
low line 67
External URL reference
SourceSKILL.md
| 67 | curl -X POST "https://api.intercom.io/conversations/{id}/reply" \ |
low line 74
External URL reference
SourceSKILL.md
| 74 | - Dashboard: https://app.intercom.com |
low line 75
External URL reference
SourceSKILL.md
| 75 | - Docs: https://developers.intercom.com |
Scanned on Feb 9, 2026
View Security Dashboard