asana-webhooks
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational templates and documentation for implementing the Asana webhook protocol, including the X-Hook-Secret handshake and event delivery verification.
- [SAFE]: Code examples correctly use timing-safe comparison methods (e.g.,
crypto.timingSafeEqualin Node.js andhmac.compare_digestin Python) to prevent side-channel timing attacks during signature verification. - [SAFE]: The skill uses placeholders for sensitive information like API tokens and webhook secrets in
.env.examplefiles, correctly instructing users on how to manage credentials securely. - [SAFE]: External dependencies are standard, well-known libraries (e.g.,
asana,express,fastapi). Tools mentioned, such ashookdeck-cli, are recognized vendor-owned utilities consistent with the skill's author.
Audit Metadata