zoom-video-sdk-android
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation and integration guidance for the Zoom Video SDK on Android. All analyzed files focus on legitimate software development practices, including lifecycle management, session joining, and event handling.
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill correctly advises developers to manage sensitive credentials (
ZOOM_VIDEO_SDK_KEY,ZOOM_VIDEO_SDK_SECRET) on the server-side only. It explicitly warns against including these in the client-side Android application. - [EXTERNAL_DOWNLOADS]: The skill references official Zoom developer domains (developers.zoom.us, marketplacefront.zoom.us) for documentation and API references. These are trusted sources for the SDK author 'zoom'.
- [REMOTE_CODE_EXECUTION]: No remote code execution patterns, suspicious package installations, or dynamic script executions were found. The Kotlin code example provided is a standard implementation snippet for SDK initialization and session joining.
Audit Metadata