stripe-subscription-ux
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 designed around Stripe (a payment gateway) and includes direct Stripe API calls and hooks for billing operations: creating billing portal sessions (stripe.billingPortal.sessions.create), retrieving subscriptions (stripe.subscriptions.retrieve), listing invoices (stripe.invoices.list), webhook handlers that update payment methods, and UI actions for canceling/resuming/upgrading subscriptions and updating payment methods. These are specific payment-gateway integrations (not generic browser or HTTP tooling) that can view and mutate billing/payment state and initiate billing-related workflows. Therefore it grants direct financial execution capability.
Audit Metadata