hubspot-webhooks
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides robust implementation patterns for HubSpot v3 signature verification using HMAC-SHA256.
- [SAFE]: Security best practices are followed, such as using
crypto.timingSafeEqualin JavaScript andhmac.compare_digestin Python to mitigate timing attacks. - [SAFE]: Replay protection is correctly implemented by validating the
X-HubSpot-Request-Timestampagainst a five-minute window. - [SAFE]: The skill correctly instructs developers to use raw request bodies for verification, which is essential for cryptographic integrity in webhook handlers.
- [SAFE]: No malicious behaviors, such as prompt injection, hardcoded credentials, or data exfiltration, were detected during the analysis.
Audit Metadata