Netlify

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

Someone with the Maton API key or access to the configured connection could view or operate on connected Netlify resources according to the authorized scopes.

Why it was flagged

The Maton API key authorizes a gateway that uses delegated Netlify OAuth access. This is expected for the skill, but it gives access to the connected Netlify account within the granted scopes.

Skill content
All requests require the Maton API key in the Authorization header ... The gateway proxies requests to `api.netlify.com` and automatically injects your OAuth token.
Recommendation

Protect MATON_API_KEY, review Netlify OAuth scopes before authorizing, use least-privilege or dedicated connections where possible, and specify the intended Maton connection when multiple accounts exist.

What this means

If approved, these operations could break production sites, alter DNS behavior, change secrets or configuration, or trigger live builds.

Why it was flagged

The skill can perform high-impact Netlify administration, but the artifact explicitly requires confirmation and consequence summaries before such operations.

Skill content
Deleting sites, modifying DNS zones/records, changing environment variables, and triggering production builds can affect live websites. These actions must include a summary of consequences and require confirmation.
Recommendation

Before approving write actions, verify the account, site ID, DNS zone, environment variable key, and stated consequences. Prefer read-only checks and reversible actions when possible.

What this means

Netlify metadata, DNS details, build/deploy data, and environment variable information may be exposed to the gateway provider as part of normal operation.

Why it was flagged

Netlify requests and responses are routed through the Maton gateway rather than directly to Netlify. This is disclosed and central to the skill, but it means sensitive Netlify data may pass through a third-party service.

Skill content
Base URL: `https://api.maton.ai/netlify/{native-api-path}` ... Access the Netlify API with managed OAuth authentication. View sites, deploys, builds, DNS zones, environment variables, and webhooks.
Recommendation

Use this only if you trust the Maton gateway with the connected Netlify account data, and avoid retrieving or sharing sensitive environment variables unless needed.