Implements security best practices for Intercom integrations, including webhook verification and identity protection.
The intercom-security-basics skill provides Claude Code with specialized knowledge for securing Intercom implementations. It streamlines the process of implementing X-Hub-Signature webhook validation, setting up Identity Verification (HMAC) to prevent user impersonation, and managing sensitive access tokens using environment variables. By enforcing least-privilege OAuth scopes and providing standardized rotation procedures, this skill ensures that Intercom-connected applications maintain a robust security posture while minimizing the risk of credential leakage.
Key Features
01Secure token storage and rotation workflows for production environments
022,028 GitHub stars
03Webhook signature verification (X-Hub-Signature) using HMAC-SHA1
04Automated git history scanning patterns for leaked Intercom secrets
05Identity Verification (user_hash) implementation to prevent impersonation