pricing-page
Warn
Audited by Snyk on Mar 8, 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 to implement payments: it integrates the Dodo Payments SDK, requires DODO_API_KEY and DODO_WEBHOOK_SECRET, and includes concrete endpoints and code to create checkout sessions (dodo.payments.create with payment_link and metadata), create a customer billing portal (dodo.customerPortal.create), and client-side logic that POSTs to /api/payments/create-checkout and redirects the user to the returned checkout_url. These are specific payment-gateway operations (creating payment links/sessions and managing billing), not generic API or browser automation, and therefore constitute direct financial execution capability.
Audit Metadata