stripe-licensing
Warn
Audited by Snyk on Jun 15, 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 built around Stripe payment operations: it includes API routes to create Stripe checkout sessions (/api/create-checkout) and billing portal sessions (/api/customer-portal), handles Stripe webhooks (/api/stripe-webhook) to update subscription state, and stores Stripe customer/subscription IDs in the DB. Environment variables include STRIPE_SECRET_KEY and STRIPE_WEBHOOK_SECRET. These are specific payment gateway integrations (Stripe) capable of initiating and managing real monetary subscriptions, so this grants direct financial execution authority.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata