svix-webhooks
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill correctly implements and promotes the use of the official
svixSDK for signature verification, which handles complex tasks like HMAC-SHA256 verification, timestamp validation, and constant-time comparison. - [SAFE]: Instructions explicitly warn against re-serializing JSON payloads before verification, which is a common security pitfall that breaks signature validation.
- [SAFE]: All sensitive data, such as signing secrets, are managed via environment variables. The provided
.env.examplefiles use placeholders and do not contain hardcoded credentials. - [SAFE]: External tool usage is limited to
npx hookdeck-clifor local testing, which is a tool provided by the author (hookdeck) for development purposes. - [SAFE]: The skill's event handling logic is designed as a template for logging and dispatching, with no dangerous operations like arbitrary code execution or filesystem access based on untrusted webhook data.
Audit Metadata