Constant Contact

AdvisoryAudited by Static analysis on May 1, 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

If the wrong account, contact list, campaign, or bulk target is approved, marketing data could be changed or deleted, or emails could be sent to external recipients.

Why it was flagged

The skill exposes high-impact write and bulk API actions, but it also states that these actions require explicit user approval with specific identifiers.

Skill content
it can read, create, update, delete, and bulk-modify contacts, email campaigns, contact lists, tags, custom fields, segments, and marketing analytics. All write operations ... require explicit user approval
Recommendation

Use read-only checks first, verify resource IDs and account connection, preview campaigns, and approve write or send actions only when the exact impact is clear.

What this means

Anyone or any agent action using this key may be able to access or modify the connected Constant Contact account within the granted scope.

Why it was flagged

The integration requires a Maton API key that authorizes access to the user's managed Constant Contact connection.

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

Install only if you trust the Maton-managed OAuth flow, protect the MATON_API_KEY, use the intended connection ID, and revoke unused connections promptly.

What this means

Contact, campaign, analytics, and account data may pass through the Maton proxy while interacting with Constant Contact.

Why it was flagged

Constant Contact API traffic and OAuth delegation are routed through the Maton gateway, which is disclosed and central to the managed OAuth design.

Skill content
Maton proxies requests to `api.cc.email/v3` and automatically injects your OAuth token.
Recommendation

Confirm you trust the Maton gateway for this account, avoid sending unnecessary sensitive data, and include the Maton-Connection header when multiple accounts exist.