Gumroad

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a disclosed Gumroad integration through Maton that can access and modify storefront data, but the artifacts show the sensitive behavior is purpose-aligned and calls for user approval before writes.

Install only if you trust Maton to proxy Gumroad requests and you are comfortable giving the skill access to storefront data. Keep MATON_API_KEY private, use the Maton-Connection header when multiple accounts exist, and carefully confirm any create, update, disable, delete, or webhook action before allowing it.

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 used as intended, the agent may change, disable, or delete Gumroad resources only after the user confirms the exact action.

Why it was flagged

The skill exposes write/delete API operations for a Gumroad storefront, which can have business impact, but it also instructs the agent to obtain explicit user approval first.

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/delete call, verify the connected Gumroad account, target resource ID, request payload, and expected effect.

What this means

Someone with the MATON_API_KEY could potentially access Gumroad data and perform authorized actions through the Maton connection.

Why it was flagged

The Maton API key is the credential used to access the connected Gumroad account, so it should be treated as sensitive account authority.

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

Store the API key securely, avoid pasting it into shared chats or logs, and revoke or rotate it if exposed.

What this means

Gumroad account data and API requests may pass through Maton as part of the managed OAuth workflow.

Why it was flagged

The integration routes Gumroad API traffic through a third-party gateway that handles OAuth on the user's behalf; this is disclosed and central to the skill's purpose.

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

Review the Maton connection settings and only connect the Gumroad account you intend to manage; remove unused connections.