video-sdk-web

Warn

Audited by Socket on Sep 10, 2026

2 alerts found:

Securityx2
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%
SecurityMEDIUM
references/framework-integration/nuxtjs.md

The code is a legitimate Zoom Video SDK Nuxt integration example and contains no apparent malware or supply-chain backdoor. The principal security issue is the unauthenticated token endpoint, which allows arbitrary callers to obtain host tokens for client-supplied session names; it should be protected by application authentication and authorization, with role and topic derived server-side. URL encoding and awaited SDK initialization should also be improved. Findings are based only on the supplied fragment.

Confidence: 98%Severity: 72%
Audit Metadata
Analyzed At
Sep 10, 2026, 06:31 PM
Package URL
pkg:socket/skills-sh/zoom%2Fskills%2Fvideo-sdk-web%2F@f69ac651aee18ef4df81988b4ab6afff3e71e3cdd69fbd2689bef86f010f533f
Security Audit — socket — video-sdk-web