flexport-webhooks
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements secure webhook verification using HMAC-SHA256 signatures, ensuring the authenticity of incoming data.
- [SAFE]: Code examples correctly emphasize verifying signatures against the raw request body before JSON parsing to prevent payload tampering and re-serialization errors.
- [SAFE]: Implementation patterns utilize timing-safe comparison functions (e.g.,
crypto.timingSafeEqualin Node.js andhmac.compare_digestin Python) to mitigate timing side-channel attacks. - [EXTERNAL_DOWNLOADS]: Recommends the use of
hookdeck-clivianpxfor local testing. This is a development tool provided by the vendor, Hookdeck.
Audit Metadata