Stripe Expert
Warn
Audited by Snyk on Jul 18, 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: it shows server-side calls to stripe.checkout.sessions.create, mandates idempotency keys for create requests, requires handling payment-related webhooks (checkout.session.completed, invoice.payment_failed, customer.subscription.*), and specifies dunning and subscription state mirroring. These are direct payment gateway operations (creating sessions/charges and processing payment events), i.e., explicit financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata