setup-zoom-webhooks
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- Reference Implementation Snippets: The skill provides JavaScript templates for handling webhook requests using Express.js. These templates demonstrate how to authenticate incoming requests from the service provider using cryptographic signatures to ensure data integrity.
- External Resource References: The documentation links to various official and community repositories on GitHub. These links serve as additional implementation guides for different programming languages and frameworks, providing a wider context for developers.
- Untrusted Data Processing: The skill describes patterns for handling event data received via HTTP. While the provided code focuses on authenticity verification, systems processing these webhooks ingest external data, which is a standard area for developers to apply input validation and sanitization.
- Configuration Security: Guidance is provided for using environment variables to manage secret tokens, promoting secure development practices by avoiding hardcoded credentials in source code.
Audit Metadata