Snapchat

ReviewAudited by ClawScan on May 1, 2026.

Overview

This is a disclosed Snapchat ads integration, but it needs a Maton API key/OAuth connection and can change advertising resources when approved.

Install this only if you intend to use Maton as a gateway for Snapchat Marketing API access. Protect your MATON_API_KEY, connect only the intended Snapchat account, specify the connection when multiple accounts exist, and carefully review all proposed create, update, or delete actions before approving them.

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 or any agent with access to this key and connection may be able to read or act on Snapchat advertising resources within the connected account's permissions.

Why it was flagged

The skill relies on a Maton API key and managed Snapchat OAuth connection, giving delegated access to the connected Snapchat advertising account.

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

Keep MATON_API_KEY secret, connect only the intended Snapchat account, use the Maton-Connection header when multiple connections exist, and revoke unused connections.

What this means

If the user approves the wrong action, campaigns, ads, creatives, or audiences could be changed or deleted.

Why it was flagged

The API can perform business-impacting advertising changes, but the artifact explicitly requires user confirmation for create, update, or delete calls.

Skill content
Manage organizations, ad accounts, campaigns, ad squads, ads, creatives, media, and audiences. ... All write operations require explicit user approval.
Recommendation

Before approving writes, verify the Snapchat account, connection ID, resource IDs, budget or targeting changes, and the intended effect.

What this means

Snapchat marketing data, account identifiers, and requested changes may be sent through Maton's API gateway.

Why it was flagged

The skill routes Snapchat Marketing API requests through Maton's managed OAuth gateway; this is disclosed and purpose-aligned, but it means account and advertising data transit a third-party service.

Skill content
Access the Snapchat Marketing API with managed OAuth authentication. ... Base URL https://api.maton.ai/snapchat/{api-path}
Recommendation

Use this only if you trust Maton to handle the connected account data, and review Maton's privacy/security terms for your organization.