stripe-billing
Warn
Audited by Snyk on Feb 24, 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 primarily a Stripe Billing integration. It contains specific Stripe API operations that create products/prices, create Checkout sessions (which collect payments), create subscriptions (including payment_behavior and payment_intent client secret), manage invoices, payment methods, and billing portal sessions, and handle payment webhooks (invoice.paid, invoice.payment_failed, dunning). These are concrete payment gateway actions (Stripe) intended to bill customers and manage recurring charges — i.e., direct financial execution. This is not a generic tool or browser automation; it directly manipulates payment flows and subscription charges via Stripe APIs.
Audit Metadata