Zoom Admin

ReviewAudited by ClawScan on May 14, 2026.

Overview

This is a disclosed Zoom admin API skill that uses Maton’s OAuth gateway; the main risk is that authorizing it grants broad Zoom admin access.

Install only if you need Zoom admin automation through Maton. Confirm you are connecting the correct Zoom account, require approval before any write or delete action, and revoke the Maton connection when finished.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If authorized, the agent can access and potentially administer important Zoom account resources.

Why it was flagged

The skill intentionally requests delegated Zoom admin authority, which is sensitive but consistent with its stated Zoom Admin purpose.

Skill content
Access the Zoom API with managed OAuth authentication and admin-level scopes. Manage users, meetings, webinars, recordings, and account settings.
Recommendation

Authorize only the intended Zoom admin account, verify the requested OAuth permissions, and revoke the connection when no longer needed.

What this means

Incorrect or unauthorized use of write endpoints could change users, meetings, webinars, recordings, or account settings.

Why it was flagged

The API proxy is broad enough to perform Zoom read/write operations, but the artifact explicitly requires user approval for mutating actions.

Skill content
Replace `{native-api-path}` with the actual Zoom API endpoint path ... The gateway proxies requests to `api.zoom.us` ... All write operations (POST, PATCH, PUT, DELETE) require explicit user approval.
Recommendation

Before any create, update, or delete action, confirm the exact Zoom account, resource ID, action, and expected effect.

What this means

Maton’s gateway may process Zoom admin requests and responses, including potentially sensitive user, meeting, webinar, or recording metadata.

Why it was flagged

The skill relies on a third-party gateway for OAuth token handling and API proxying, so Zoom admin data passes through that provider.

Skill content
API requests and responses flow through Maton's gateway, which handles OAuth token injection. No credentials are stored in this skill or exposed to the agent.
Recommendation

Use this only if you trust Maton with the relevant Zoom admin data, and avoid requesting or exposing more Zoom data than needed.