stripe-integration-expert
Warn
Audited by Snyk on Apr 2, 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 payments integration and includes direct use of payment APIs: creating customers (stripe.customers.create), creating checkout sessions (stripe.checkout.sessions.create), creating/updating subscriptions and proration (stripe.subscriptions.update / retrieve), reporting metered usage (subscriptionItems.createUsageRecord), billing portal sessions (stripe.billingPortal.sessions.create), and webhook handling for invoice/payment events. These are specific payment gateway operations that can create and modify charge/subscription state—i.e., they directly execute financial actions.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata