stripe-integration
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 a Stripe payment integration for SaaS. It includes use of the Stripe SDK with STRIPE_SECRET_KEY, creates checkout sessions (stripe.checkout.sessions.create) for subscriptions, handles payment-related webhooks (invoice.paid, invoice.payment_failed, subscription events), and includes Stripe CLI commands for triggering test payment events. These are specific payment-gateway APIs and workflows intended to create and manage real transactions/subscriptions—i.e., direct financial execution capability.
Audit Metadata