Stripe

AdvisoryAudited by Static analysis on May 7, 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 connected with broad Stripe permissions, the agent may be able to view or change important billing and payment data in that Stripe account.

Why it was flagged

The skill requires delegated Stripe OAuth access, which can grant account-level authority over financial resources. The artifact discloses this and gives least-privilege guidance.

Skill content
Connect with the least-privileged Stripe account and OAuth scopes available, verify the intended connection ID before each request, and revoke unused connections promptly.
Recommendation

Use a least-privileged Stripe account or restricted OAuth scopes where possible, confirm the connection ID before writes, and revoke unused connections.

What this means

Approved write actions could modify customers, subscriptions, invoices, prices, products, or payments in Stripe, including live-mode financial changes.

Why it was flagged

The skill can perform high-impact Stripe write operations, including payment-related actions, but it explicitly requires detailed approval before execution.

Skill content
This is a write-capable financial integration for customers, subscriptions, invoices, products, prices, and payments. ... All write operations require explicit user approval showing the exact endpoint, target resource, object IDs, amounts, and test/live mode before execution.
Recommendation

Before approving any write, verify the endpoint, resource IDs, amounts, account connection, and whether the action is in test or live mode.

What this means

Stripe requests and responses may be processed through Maton's gateway, so financial metadata and account actions depend on Maton's handling of the connection.

Why it was flagged

Requests and Stripe OAuth handling pass through Maton's API gateway. This provider-mediated data flow is disclosed and purpose-aligned, but it involves sensitive financial account data.

Skill content
The gateway proxies requests to `api.stripe.com` and automatically injects your OAuth token.
Recommendation

Install only if you trust Maton as the OAuth/API gateway, and review Maton's connection management and revocation options.

What this means

If the external CLI package or distribution channel were compromised, it could affect the user's local environment.

Why it was flagged

The skill includes user-directed installation of an external global CLI package that is not included in the scanned artifacts. This is expected for the Maton integration but should be trusted separately.

Skill content
npm install -g @maton-ai/cli
Recommendation

Install the CLI only from the official Maton sources, keep it updated, and use the Python/API examples if you do not want to install a global CLI.