Skip to main content

meeting-sdk/linux

Facilitates the development of headless Zoom meeting bots on Linux, enabling raw media access, transcription, and AI integration.

Install this skill

or
68/100

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

medium line 30

Webhook reference - potential data exfiltration

SourceSKILL.md
30- add `zoom-webhooks` when post-meeting cloud recording retrieval is required
medium line 67

Webhook reference - potential data exfiltration

SourceSKILL.md
67Use **cloud recording + webhooks** when the requirement is Zoom-managed MP4/M4A/transcript assets after the meeting.
medium line 102

Webhook reference - potential data exfiltration

SourceSKILL.md
102- Chain **zoom-webhooks** when the requirement is Zoom cloud recording retrieval after meeting end.
low line 267

Access to hidden dotfiles in home directory

SourceSKILL.md
267mkdir -p ~/.config
low line 268

Access to hidden dotfiles in home directory

SourceSKILL.md
268cat > ~/.config/zoomus.conf << EOF
medium line 406

Access to hidden dotfiles in home directory

SourceSKILL.md
406| **No audio in Docker** | Missing PulseAudio config | Create `~/.config/zoomus.conf` |
low line 69

External URL reference

SourceSKILL.md
69**Official Documentation**: https://developers.zoom.us/docs/meeting-sdk/linux/
low line 70

External URL reference

SourceSKILL.md
70**API Reference**: https://marketplacefront.zoom.us/sdk/meeting/linux/
low line 147

External URL reference

SourceSKILL.md
1471. **Zoom Meeting SDK App** (Client ID & Secret) → [Create at Marketplace](https://marketplace.zoom.us/)
low line 150

External URL reference

SourceSKILL.md
1504. **For Raw Recording**: Meeting Recording Token (optional) → [Get via API](https://developers.zoom.us/docs/meeting-sdk/apis/#operation/meetingLocalRecordingJoinToken)
low line 157

External URL reference

SourceSKILL.md
157# Download from https://marketplace.zoom.us/
low line 180

External URL reference

SourceSKILL.md
180init_params.strWebDomain = "https://zoom.us";
low line 301

External URL reference

SourceSKILL.md
3013. Use `recording_token` parameter (get via [REST API](https://developers.zoom.us/docs/meeting-sdk/apis/#operation/meetingLocalRecordingJoinToken))
low line 416

External URL reference

SourceSKILL.md
416- **Official Docs**: https://developers.zoom.us/docs/meeting-sdk/linux/
low line 417

External URL reference

SourceSKILL.md
417- **API Reference**: https://marketplacefront.zoom.us/sdk/meeting/linux/
low line 418

External URL reference

SourceSKILL.md
418- **Dev Forum**: https://devforum.zoom.us/
Scanned on May 18, 2026
View Security Dashboard
Installation guide →