Skip to main content

rivet-sdk

Provides guidance for implementing Zoom Rivet SDK in Node.js for OAuth, webhooks, and API integrations.

Install this skill

or
47/100

Security score

The rivet-sdk skill was audited on May 18, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: "Reference skill for Zoom Rivet SDK. Use after routing to a Rivet-based server workflow when implementing auth handling, webhook consumers, API wrappers, multi-module composition, or Lamb
medium line 11

Webhook reference - potential data exfiltration

SourceSKILL.md
11- "rivet webhook"
medium line 24

Webhook reference - potential data exfiltration

SourceSKILL.md
24- Webhook event consumption
medium line 41

Webhook reference - potential data exfiltration

SourceSKILL.md
41- Rivet SDK is a Node.js framework that bundles Zoom auth handling, webhook receivers, and typed API wrappers.
medium line 45

Webhook reference - potential data exfiltration

SourceSKILL.md
45- Use Rivet when the user wants a Node.js server that combines Zoom auth + webhooks + API calls with minimal glue code.
medium line 69

Webhook reference - potential data exfiltration

SourceSKILL.md
692. Instantiate client(s) with credentials, webhook secret, and per-module port.
medium line 72

Webhook reference - potential data exfiltration

SourceSKILL.md
725. Start receiver(s) and expose webhook endpoint(s) (`/zoom/events`) to Zoom.
medium line 81

Webhook reference - potential data exfiltration

SourceSKILL.md
81- ISV orchestration layer with tenant-aware token storage and per-module webhooks.
medium line 82

Webhook reference - potential data exfiltration

SourceSKILL.md
82- AWS Lambda webhook processor with Rivet `AwsLambdaReceiver`.
medium line 95

Access to .env file

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

External URL reference

SourceSKILL.md
29- https://developers.zoom.us/docs/rivet/
low line 30

External URL reference

SourceSKILL.md
30- https://developers.zoom.us/docs/rivet/javascript/
low line 31

External URL reference

SourceSKILL.md
31- https://zoom.github.io/rivet-javascript/
Scanned on May 18, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
zoom/zoom-plugin