laravel-actions
Warn
Audited by Snyk on Mar 31, 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 domain actions for processing payments and integrates a payment gateway: e.g., a ProcessPaymentAction that depends on a StripeService and calls $stripe->charge($data), creates Payment records with stripe_id, marks orders as paid, and references RefundPaymentAction. This is a specific, explicit integration for sending/handling payments (Stripe), not a generic API or browser automation, so it grants direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata