Skip to main content

intercom-performance-tuning

Enhances Intercom API performance through caching, optimized search queries, and pagination for improved response times.

Install this skill

or
83/100

Security score

The intercom-performance-tuning skill was audited on May 28, 2026 and we found 9 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 193

Template literal with variable interpolation in command context

SourceSKILL.md
193headers: { Authorization: `Bearer ${token}` },
low line 192

Fetch to external URL

SourceSKILL.md
192const response = await fetch("https://api.intercom.io/contacts", {
low line 90

Webhook reference - potential data exfiltration

SourceSKILL.md
90// Webhook-driven cache invalidation
low line 91

Webhook reference - potential data exfiltration

SourceSKILL.md
91function handleContactWebhook(notification: any): void {
medium line 283

Webhook reference - potential data exfiltration

SourceSKILL.md
283| Stale data | TTL too long | Use webhook invalidation |
low line 67

Access to .env file

SourceSKILL.md
67token: process.env.INTERCOM_ACCESS_TOKEN!,
low line 192

External URL reference

SourceSKILL.md
192const response = await fetch("https://api.intercom.io/contacts", {
low line 289

External URL reference

SourceSKILL.md
289- [Pagination](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination)
low line 290

External URL reference

SourceSKILL.md
290- [Search Contacts](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/contacts/searchcontacts)
Scanned on May 28, 2026
View Security Dashboard
Installation guide →