zoom-oauth
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides thorough documentation on implementing Zoom OAuth flows with a focus on security best practices.
- [SAFE]: No hardcoded credentials or sensitive data exposure were found; environment variables are correctly used as placeholders for configuration.
- [SAFE]: Network operations in code samples are directed to official Zoom domains (zoom.us, api.zoom.us), which are trusted vendor resources.
- [SAFE]: Implementation examples for User OAuth and PKCE include necessary security measures such as cryptographically secure state generation and SHA256 hashing for code challenges.
- [SAFE]: External dependencies referenced for Node.js (express, redis, axios, etc.) are well-known, standard libraries.
Audit Metadata