Skip to main content

build-zoom-meeting-sdk-app

Integrates Zoom Meeting SDK for seamless meeting embedding in web and mobile applications, enhancing user experience with real-time interactions.

Install this skill

or
84/100

Security score

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

Categories Tested

Security Issues

low line 109

Access to .env file

SourceSKILL.md
109sdkKey: process.env.ZOOM_SDK_KEY,
low line 118

Access to .env file

SourceSKILL.md
118process.env.ZOOM_SDK_SECRET
low line 121

Access to .env file

SourceSKILL.md
121res.json({ signature, sdkKey: process.env.ZOOM_SDK_KEY });
medium line 255

Access to .env file

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

External URL reference

SourceSKILL.md
51<script src="https://source.zoom.us/6.0.0/lib/vendor/react.min.js"></script>
low line 52

External URL reference

SourceSKILL.md
52<script src="https://source.zoom.us/6.0.0/lib/vendor/react-dom.min.js"></script>
low line 53

External URL reference

SourceSKILL.md
53<script src="https://source.zoom.us/6.0.0/lib/vendor/redux.min.js"></script>
low line 54

External URL reference

SourceSKILL.md
54<script src="https://source.zoom.us/6.0.0/lib/vendor/redux-thunk.min.js"></script>
low line 55

External URL reference

SourceSKILL.md
55<script src="https://source.zoom.us/6.0.0/lib/vendor/lodash.min.js"></script>
low line 56

External URL reference

SourceSKILL.md
56<script src="https://source.zoom.us/6.0.0/zoom-meeting-6.0.0.min.js"></script>
low line 250

External URL reference

SourceSKILL.md
250- **Official docs**: https://developers.zoom.us/docs/meeting-sdk/
low line 251

External URL reference

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