meeting-sdk/linux
Facilitates the development of headless Zoom meeting bots on Linux, enabling raw media access, transcription, and AI integration.
Install this skill
Security score
The meeting-sdk/linux skill was audited on May 18, 2026 and we found 16 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Webhook reference - potential data exfiltration
| 30 | - add `zoom-webhooks` when post-meeting cloud recording retrieval is required |
Webhook reference - potential data exfiltration
| 67 | Use **cloud recording + webhooks** when the requirement is Zoom-managed MP4/M4A/transcript assets after the meeting. |
Webhook reference - potential data exfiltration
| 102 | - Chain **zoom-webhooks** when the requirement is Zoom cloud recording retrieval after meeting end. |
Access to hidden dotfiles in home directory
| 267 | mkdir -p ~/.config |
Access to hidden dotfiles in home directory
| 268 | cat > ~/.config/zoomus.conf << EOF |
Access to hidden dotfiles in home directory
| 406 | | **No audio in Docker** | Missing PulseAudio config | Create `~/.config/zoomus.conf` | |
External URL reference
| 69 | **Official Documentation**: https://developers.zoom.us/docs/meeting-sdk/linux/ |
External URL reference
| 70 | **API Reference**: https://marketplacefront.zoom.us/sdk/meeting/linux/ |
External URL reference
| 147 | 1. **Zoom Meeting SDK App** (Client ID & Secret) → [Create at Marketplace](https://marketplace.zoom.us/) |
External URL reference
| 150 | 4. **For Raw Recording**: Meeting Recording Token (optional) → [Get via API](https://developers.zoom.us/docs/meeting-sdk/apis/#operation/meetingLocalRecordingJoinToken) |
External URL reference
| 157 | # Download from https://marketplace.zoom.us/ |
External URL reference
| 180 | init_params.strWebDomain = "https://zoom.us"; |
External URL reference
| 301 | 3. Use `recording_token` parameter (get via [REST API](https://developers.zoom.us/docs/meeting-sdk/apis/#operation/meetingLocalRecordingJoinToken)) |
External URL reference
| 416 | - **Official Docs**: https://developers.zoom.us/docs/meeting-sdk/linux/ |
External URL reference
| 417 | - **API Reference**: https://marketplacefront.zoom.us/sdk/meeting/linux/ |
External URL reference
| 418 | - **Dev Forum**: https://devforum.zoom.us/ |