stripe-agent
Warn
Audited by Snyk on Mar 14, 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 integration and contains numerous Stripe API calls that create, confirm, and manage real monetary transactions and transfers. It requires a STRIPE_SECRET_KEY and provides code to create PaymentIntents, confirm payments, create Checkout sessions, create charges, issue refunds (stripe.Refund.create), and perform Transfers to connected accounts (stripe.Transfer.create). It also covers Connect marketplace flows, application_fee_amount, and transfer_data (moving funds between accounts). These are specific, payment-focused APIs (payment gateway + marketplace transfers) that directly execute financial operations.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata