video-sdk/web

Warn

Audited by Socket on Aug 26, 2026

1 alert found:

Security
SecurityMEDIUM
references/react.md

The code appears to be legitimate Zoom Video SDK application code and shows no clear malware or intentional sabotage. The significant security concern is bearer-token exposure: JWTs are accepted from URL parameters, logged in full, and persisted in browser history and shareable URLs. Tokens should be passed through a protected mechanism such as a server-side session or short-lived fragment handling, never logged, and removed from the address bar immediately. The hardcoded plain-HTTP localhost token endpoint should also be configuration-driven and secured for non-development use.

Confidence: 97%Severity: 72%
Audit Metadata
Analyzed At
Aug 26, 2026, 09:57 PM
Package URL
pkg:socket/skills-sh/zoom%2Fskills%2Fvideo-sdkweb%2F@20f07acbb724613782d2387bafe5f3c397cc63be
Security Audit — socket — video-sdk/web