zoom-apps-sdk
Warn
Audited by Socket on Sep 15, 2026
1 alert found:
AnomalyAnomalyexamples/quick-start.md
LOWAnomalyLOW
examples/quick-start.md
The code appears to be a legitimate Zoom OAuth sample and contains no clear malware or supply-chain backdoor. It has a significant DOM-XSS risk from inserting Zoom-derived values into innerHTML without escaping, and it stores OAuth tokens in a client-side signed but unencrypted cookie-session. Replace innerHTML interpolation with textContent or proper escaping, and store tokens server-side or in an appropriately protected encrypted session. Use a strong SESSION_SECRET and review the external SDK trust model.
Confidence: 97%Severity: 67%
Audit Metadata