laravel
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 explicitly includes a PaymentService bound in the service container using config('services.stripe.secret') and shows a controller method that calls $this->payment->charge($request->user(), $request->amount). This is a specific payment integration pattern (Stripe configuration + a charge method) and therefore represents direct financial execution capability rather than a generic tool or API caller.
Audit Metadata