zoom-video-sdk-react-native
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- Official Resource Integration: The skill references official documentation and repositories from Zoom, a well-known technology provider. These resources are used to provide developers with legitimate implementation guidance for video session features.
- Security Best Practices: The documentation explicitly advises against storing sensitive credentials like the Video SDK secret within the mobile application. It recommends generating JWT tokens on the backend, which is a standard security practice to prevent credential exposure.
- Standard Package Management: The skill guides users to install the official
@zoom/react-native-videosdkpackage via standard package managers. This is the intended and safe method for integrating the SDK into a React Native project. - Environment Configuration: The instructions for setting up Android SDK paths in
local.propertiesare standard for mobile development environments and do not involve sensitive or unauthorized data access.
Audit Metadata