laravel-cashier-stripe
Warn
Audited by Snyk on Feb 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 processing (Laravel Cashier) and includes concrete, finance-moving operations: creating subscriptions and checkout sessions, charging users (user->charge), creating invoices (invoiceFor), refunding charges (refund($chargeId)), managing payment methods and Setup Intents, redirecting to billing portal, and references to STRIPE_SECRET/API keys and Stripe Connect marketplace integration. These are specific payment gateway APIs and functions intended to create, modify, and refund real monetary transactions — i.e., direct financial execution capability.
Audit Metadata