auth0-webhooks
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements timing-safe token verification using
crypto.timingSafeEqualin Node.js andhmac.compare_digestin Python. These are industry-standard best practices for protecting against timing side-channel attacks when verifying shared secrets. - [COMMAND_EXECUTION]: The documentation suggests using
npx hookdeck-clito tunnel webhooks for local development. This is a legitimate utility provided by the skill's author to facilitate testing. - [EXTERNAL_DOWNLOADS]: The examples include standard configuration files for package managers (package.json, requirements.txt) that pull well-known dependencies from official registries like NPM and PyPI.
- [SAFE]: Sensitive environment variables like
AUTH0_LOG_STREAM_TOKENare handled via.env.exampletemplates, ensuring that actual secrets are managed by the user and not hardcoded in the skill's distribution.
Audit Metadata