Squarespace

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent Squarespace commerce integration, but it delegates store access through Maton and can read or change sensitive business data if authorized.

Install this only if you trust Maton to mediate Squarespace OAuth access and you want the agent to help manage commerce data. Use the correct Maton connection ID, protect the API key, and require careful confirmation before any inventory, product, order, customer, or transaction change.

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 this key could use the connected Squarespace commerce access allowed by the OAuth connection.

Why it was flagged

The skill requires a Maton API key that authorizes access to the connected Squarespace account.

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

Keep MATON_API_KEY private, verify the connected Squarespace account before use, and revoke or rotate keys and OAuth connections when no longer needed.

What this means

Incorrectly approved requests could alter store inventory, products, orders, customer profiles, or transaction-related records.

Why it was flagged

The skill can perform commerce write operations, but it documents an approval requirement for mutations.

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

Approve only specific, reviewed write actions and confirm the store connection, resource ID, and intended effect before proceeding.

What this means

Store data such as orders, customer profiles, inventory, and transactions may pass through the Maton service.

Why it was flagged

Squarespace API traffic and OAuth-backed access are mediated by the Maton gateway rather than going directly from the user to Squarespace.

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

Review Maton's privacy and security posture, use least-privilege OAuth access where available, and avoid sending unnecessary customer or transaction data.