ClickFunnels

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent ClickFunnels integration, but it uses a Maton API key/OAuth connection and can affect business data, so users should approve writes carefully.

Install this only if you intend to let the agent access your ClickFunnels account through Maton. Treat MATON_API_KEY as a secret, confirm the correct ClickFunnels connection/workspace before use, and require clear confirmation before any action that creates, updates, deletes, processes orders, or changes webhooks.

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 or any agent using this key can access the ClickFunnels resources available through the connected account.

Why it was flagged

The skill requires a Maton API key that grants delegated access to the connected ClickFunnels 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, use the intended Maton connection when multiple accounts exist, and revoke the key or OAuth connection when access is no longer needed.

What this means

Approved write actions could change customer records, products, orders, courses, forms, or webhook automation in ClickFunnels.

Why it was flagged

The skill exposes operations that can change important business data, but the artifact also explicitly requires user approval before writes.

Skill content
Manage contacts, products, orders, courses, forms, webhooks ... All write operations require explicit user approval.
Recommendation

Before approving any create, update, or delete action, verify the target workspace/account, resource ID, and exact intended effect.

What this means

ClickFunnels customer, order, product, and automation data may be handled through Maton's proxy service.

Why it was flagged

Requests to ClickFunnels are routed through the Maton gateway, so ClickFunnels API requests and responses pass through a third-party service.

Skill content
Maton proxies requests to `{subdomain}.myclickfunnels.com` and automatically injects your OAuth token.
Recommendation

Use this only if you trust Maton to broker the OAuth connection and handle ClickFunnels data appropriately.

What this means

Users have less provenance information to confirm the publisher or service relationship before granting API access.

Why it was flagged

The registry metadata does not provide an external source or homepage for independent verification, though the skill is instruction-only and does not install code.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the Maton and ClickFunnels connection flow independently before providing credentials or approving account changes.