Vimeo

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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

Anyone or any agent flow with the Maton API key can make Vimeo API requests through the connected OAuth account within the granted permissions.

Why it was flagged

The skill relies on Maton-managed OAuth and a Maton API key to act on the connected Vimeo account. This is disclosed and purpose-aligned, but it is still sensitive account authority.

Skill content
Maton proxies requests to `api.vimeo.com` and automatically injects your OAuth token.
Recommendation

Protect the MATON_API_KEY, use the intended Vimeo connection, and revoke unused Maton/Vimeo connections.

What this means

If the user approves the wrong action, videos, folders, showcases, likes, or other Vimeo account data could be changed.

Why it was flagged

The skill documents actions that can modify Vimeo account content and public-facing activity. The same artifact mitigates this by stating that write operations require explicit user approval.

Skill content
Upload and manage videos, create showcases and folders, manage likes and watch later, and interact with the Vimeo community.
Recommendation

Before approving any write or delete operation, confirm the exact account, resource, and intended effect; use the Maton-Connection header when multiple accounts exist.