stripe-integration-expert
Warn
Audited by Snyk on Apr 12, 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 and specifically built for a payment gateway (Stripe). It includes concrete Stripe SDK usage and functions that create customers, create checkout sessions (stripe.checkout.sessions.create), create/update subscriptions (stripe.subscriptions.create/update/retrieve), generate invoices and preview proration (stripe.invoices.retrieveUpcoming), report usage (stripe.subscriptionItems.createUsageRecord), create billing portal sessions (stripe.billingPortal.sessions.create), and handle webhook-driven payment events. It requires and uses a STRIPE_SECRET_KEY and Stripe webhook secret, which grants the ability to perform real payment and billing operations (charge customers, change subscriptions, record usage). This is a direct financial execution integration, not a generic tool.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata