stripe
Warn
Audited by Snyk on Mar 9, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly a Stripe integration for payments, subscriptions, billing, webhooks, and customer/price management. It contains concrete API calls that create payment sessions and payment intents (e.g., stripe.checkout.sessions.create, stripe.paymentIntents.create), create/manage subscriptions (stripe.subscriptions.create/update/cancel), create prices/products, and mentions refunds/charge events and use of secret API keys. These are specific payment gateway operations that can initiate and manage financial transactions. Therefore it grants direct financial execution capability.
Audit Metadata