Fathom

ReviewAudited by ClawScan on May 1, 2026.

Overview

This is a coherent Fathom integration that clearly needs a Maton API key/OAuth access and can handle sensitive meeting content and user-approved webhooks.

This skill appears safe to install if you intend to use Maton to access Fathom. Make sure the MATON_API_KEY is kept private, connect only the intended Fathom account, and carefully approve any operation that creates, updates, deletes, or configures webhooks.

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

Anyone using this skill should understand that the configured key can access Fathom meeting resources through Maton.

Why it was flagged

The skill requires a Maton API key that authorizes access to a connected Fathom account.

Skill content
All requests require the Maton API key in the Authorization header: Authorization: Bearer $MATON_API_KEY
Recommendation

Use a dedicated Maton key, connect only the intended Fathom account, and rotate or revoke the key if it is no longer needed.

What this means

Meeting metadata, transcripts, summaries, and related requests may pass through Maton as part of normal operation.

Why it was flagged

Fathom API access is mediated by the Maton service, so meeting data and requests flow through an external gateway.

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

Only install this if you trust Maton as the OAuth/API gateway, and use the documented connection selection when multiple Fathom accounts are connected.

What this means

Create, update, or delete actions could change OAuth connections or webhook settings if approved.

Why it was flagged

The skill includes account-mutating API operations, but it explicitly requires confirmation before writes.

Skill content
**All write operations require explicit user approval.** Before executing any create, update, or delete call, confirm the target resource and intended effect with the user.
Recommendation

Before approving any write operation, verify the target account, resource, and expected effect.