ascend-webhooks
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: Provides implementation guidance for Ascend webhook signature verification. Includes code for Express (Node.js), Next.js, and FastAPI (Python). Correctly uses HMAC-SHA256 with a colon separator and raw request body. Implements constant-time comparison to prevent timing attacks.
- [EXTERNAL_DOWNLOADS]: Suggests using
npx hookdeck-clifor local testing. The tool is provided by the vendor (Hookdeck) to facilitate webhook development. Instructions include tunneling to local ports (e.g., 3000, 8000). - [SAFE]: Encourages secure credential handling. Uses
.envfiles for storing theASCEND_WEBHOOK_SECRET. Provides.env.exampletemplates with placeholders rather than hardcoded secrets.
Audit Metadata