stripe-checkout
Warn
Audited by Snyk on Feb 16, 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 designed to perform payment operations via Stripe. It includes a Stripe client initialized with STRIPE_SECRET_KEY, server actions that call stripe.checkout.sessions.create (mode: 'payment') to create checkout sessions, webhook signature verification using STRIPE_WEBHOOK_SECRET, handling of checkout.session.completed and payment_intent events, and retrieving session/payment status. These are direct payment gateway integrations (creating transactions and processing payment webhooks), so it grants direct financial execution capability.
Audit Metadata