mailgun-webhooks
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides secure implementation patterns for verifying Mailgun webhooks, which differ from other providers by placing the signature within the request body.
- [SAFE]: Code examples correctly implement timing-safe equality checks (
crypto.timingSafeEqualin Node.js andhmac.compare_digestin Python) to mitigate timing attacks during signature verification. - [SAFE]: Documentation and code examples promote the use of environment variables for storing sensitive Mailgun signing keys, following standard security practices.
- [SAFE]: The skill provides guidance on preventing replay attacks by caching and checking the unique
tokenprovided in each Mailgun webhook payload. - [EXTERNAL_DOWNLOADS]: The README files reference
npx hookdeck-clifor local development. This is a legitimate tool provided by the author (Hookdeck) and is used for its intended purpose of tunneling webhooks for testing.
Audit Metadata