ClickFunnels

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: clickfunnels Version: 1.0.3 The ClickFunnels skill provides a standard API integration using the maton.ai proxy service for managed OAuth. The SKILL.md file contains transparent Python and JavaScript examples for interacting with ClickFunnels resources (contacts, orders, etc.) via HTTPS requests to api.maton.ai. It explicitly requires user approval for write operations and shows no signs of data exfiltration, malicious execution, or prompt injection.

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

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.