Mailgun

ReviewAudited by ClawScan on May 1, 2026.

Overview

The skill appears to be a disclosed Mailgun integration, but it needs Maton/Mailgun account access and can send or modify email resources when approved.

Before installing, make sure you trust Maton to broker Mailgun OAuth access, protect the MATON_API_KEY, and require clear confirmation before the agent sends messages or changes Mailgun account resources.

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 approved, the agent could send emails or change Mailgun resources such as domains, routes, templates, lists, suppressions, or webhooks.

Why it was flagged

The skill exposes write-capable Mailgun operations that can affect external recipients and account configuration, which is expected for the stated purpose but high-impact.

Skill content
Send transactional emails, manage domains, routes, templates, mailing lists, suppressions, and webhooks.
Recommendation

Approve write operations only after checking the exact domain, recipient list, message content, and intended account change.

What this means

Anyone or any agent flow with the Maton API key may be able to make Mailgun requests through the connected account.

Why it was flagged

The skill requires a sensitive API key and managed OAuth access to operate on a Mailgun account.

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

Store the Maton API key securely, connect only the intended Mailgun account, and revoke or rotate access if no longer needed.

What this means

Email content, recipient metadata, and Mailgun account requests may be processed through Maton and the US Mailgun endpoint.

Why it was flagged

Mailgun API requests, including email-related data, pass through the Maton gateway before reaching Mailgun.

Skill content
Maton proxies requests to `api.mailgun.net/v3` (US region) and automatically injects your OAuth token.
Recommendation

Use this skill only if you trust Maton as the OAuth/API gateway and are comfortable with the documented US-region routing.