Chargebee

AdvisoryAudited by Static analysis on May 3, 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

If used incorrectly, the agent could create, update, cancel, or delete billing-related records after user approval.

Why it was flagged

The skill exposes write-capable billing API operations; this is aligned with Chargebee administration, but mistakes could affect real customer billing records.

Skill content
This integration can mutate billing data — approve only specific write actions after checking the exact endpoint, account, resource ID, and consequence.
Recommendation

Use read-only actions first, verify the endpoint, account, resource ID, and financial consequence, and only approve specific write actions.

What this means

Anyone with the API key or an over-privileged connection could access or change Chargebee data within the connected account's permissions.

Why it was flagged

The skill requires a sensitive API key that delegates access through Maton to the connected Chargebee account.

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

Use a least-privilege Chargebee connection, keep the MATON_API_KEY private, rotate it if exposed, and revoke unused connections promptly.

What this means

Customer, subscription, and invoice data may transit through Maton's service when the integration is used.

Why it was flagged

Chargebee API requests and responses pass through the Maton gateway, which is disclosed and purpose-aligned but creates a third-party data boundary for billing data.

Skill content
The gateway proxies requests to `{subdomain}.chargebee.com` ... and injects authentication.
Recommendation

Install only if you trust Maton for Chargebee billing access, review its privacy/security posture, and avoid sending unnecessary sensitive data.