MailerLite

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a coherent MailerLite integration, but it uses a Maton API key and OAuth proxy that can read and change MailerLite account data.

Install this only if you trust Maton and want an agent to operate your MailerLite account. Keep MATON_API_KEY private, select the correct MailerLite connection when multiple accounts exist, and carefully approve each write, delete, campaign, automation, or webhook change before it is executed.

Findings (4)

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 the configured key through this skill may be able to read or modify MailerLite resources allowed by the OAuth connection.

Why it was flagged

The skill requires a bearer API key that gives delegated access to the user's connected MailerLite 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, use the intended MailerLite connection, and revoke the connection or key when it is no longer needed.

What this means

If the user approves the wrong action, the agent could add, update, delete, or otherwise change subscribers and related MailerLite account resources.

Why it was flagged

The skill exposes high-impact write operations for MailerLite resources, while also documenting an approval requirement.

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

Review every write, delete, campaign, automation, webhook, or bulk-contact action before approval, including the exact account, resource IDs, and intended effect.

What this means

Subscriber, campaign, and account data may be processed through Maton's API proxy as part of normal operation.

Why it was flagged

Requests and responses pass through the Maton gateway, which becomes a trust boundary for OAuth-mediated MailerLite access.

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

Use this skill only if you trust Maton with the relevant MailerLite data, and review Maton's connection and privacy controls.

What this means

Users have less registry-provided information to verify the publisher and service before granting credentialed access.

Why it was flagged

The registry metadata does not provide an external source repository or homepage for independent provenance review.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the publisher and Maton service independently before configuring MATON_API_KEY or connecting a MailerLite account.