faundit-webhooks
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements robust signature verification using HMAC-SHA256 with the
v1scheme, ensuring payload integrity by signing the raw request body alongside a timestamp. - [SAFE]: Cryptographic comparisons are performed using timing-safe functions (
crypto.timingSafeEqualin Node.js andhmac.compare_digestin Python) to prevent potential timing attacks. - [SAFE]: Sensitive configuration, such as the webhook signing secret, is managed through environment variables (
.envfiles), which aligns with security best practices for credential management. - [SAFE]: The use of external tools like
hookdeck-clifor local development is documented as a standard vendor-provided utility for webhook testing. - [SAFE]: The skill includes clear documentation regarding the deprecation of insecure older signature schemes (
v0), guiding users toward the more securev1implementation.
Audit Metadata