Skip to main content

build-zoom-video-sdk-app

Enables the creation of custom video applications using Zoom Video SDK for tailored video experiences beyond standard meetings.

Install this skill

or
78/100

Security score

The build-zoom-video-sdk-app skill was audited on May 23, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 86

Curl to non-GitHub URL

SourceSKILL.md
86curl "https://source.zoom.us/videosdk/zoom-video-{VERSION}.min.js" -o js/zoom-video-sdk.min.js
low line 261

Fetch to external URL

SourceSKILL.md
261const response = await fetch('/api/signature', { ... });
medium line 305

Webhook reference - potential data exfiltration

SourceSKILL.md
305- Config-only setup (no webhook/download code needed)
medium line 368

Access to .env file

SourceSKILL.md
368- See [references/environment-variables.md](references/environment-variables.md) for standardized `.env` keys and where to find each value.
low line 86

External URL reference

SourceSKILL.md
86curl "https://source.zoom.us/videosdk/zoom-video-{VERSION}.min.js" -o js/zoom-video-sdk.min.js
low line 253

External URL reference

SourceSKILL.md
253proxy_pass http://YOUR_BACKEND_HOST:3005/api/;
low line 270

External URL reference

SourceSKILL.md
270origin: ['https://your-domain.com'],
low line 287

External URL reference

SourceSKILL.md
287> **Official docs:** https://developers.zoom.us/docs/build/storage/
low line 363

External URL reference

SourceSKILL.md
363- **Official docs**: https://developers.zoom.us/docs/video-sdk/
low line 364

External URL reference

SourceSKILL.md
364- **Developer forum**: https://devforum.zoom.us/
Scanned on May 23, 2026
View Security Dashboard
Installation guide →