laravel-stripe-connect
Warn
Audited by Snyk on Jun 24, 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 and specifically designed to operate Stripe Connect payments. It includes direct Stripe API calls and financial operations: creating connected accounts (\Stripe\Account::create), generating onboarding links (\Stripe\AccountLink::create), creating payment intents that move money and set application fees and transfer destinations (\Stripe\PaymentIntent::create with application_fee_amount and transfer_data), plus references to a PayoutController, payout flows, and payout-related checks. These are concrete payment gateway and payout actions (not generic tooling), so the skill grants direct financial execution authority.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata