saas-mvp-launcher
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 explicitly integrates a payment gateway (Stripe). The project structure lists a stripe.ts client, the Prisma Subscription schema stores Stripe customer/subscription IDs, and the Stripe integration section shows initializing Stripe with STRIPE_SECRET_KEY and a createCheckoutSession function that calls stripe.checkout.sessions.create — i.e., code to create subscription checkout sessions (direct financial operations). This is a specific payment API integration, not a generic tool, so it grants direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata