feature-flags
Warn
Audited by Snyk on Jun 13, 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 document explicitly references payment gateways and direct payment calls: it shows toggles USE_STRIPE and USE_PAYPAL_FALLBACK and a processPayment function that calls stripeCharge(order) and paypalCharge(order). These are specific payment gateway integrations (Stripe, PayPal) and represent direct financial execution capability rather than generic tooling.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata