skills/jeremylongshore/tons-of-skills-marketplace/intercom-reference-architecture/Gen Agent Trust Hub
intercom-reference-architecture
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows security best practices for credential management by instructing the user to load the
INTERCOM_ACCESS_TOKENfrom an environment variable rather than hardcoding it, as seen in thesrc/intercom/client.tsimplementation. - [SAFE]: The architecture includes a dedicated signature verification step for incoming webhooks (
src/webhooks/signature.ts) to ensure data integrity and authenticity by checking theX-Hub-Signatureheader. - [SAFE]: The skill utilizes the official
intercom-clientnpm package, a well-known and trusted library for interacting with the Intercom API.
Audit Metadata