laravel-services
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 designed for payment gateway integrations. It defines Payment drivers (StripeDriver, PayPalDriver), a StripeConnector that targets https://api.stripe.com with an API key, Saloon requests such as CreatePaymentIntentRequest and RefundPaymentRequest, and facade methods (createPaymentIntent, refundPayment, retrievePaymentIntent). These are concrete APIs/functions to create and refund payments via payment providers, which constitute direct financial execution capability.
Audit Metadata