architecture-patterns
Warn
Audited by Snyk on May 29, 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 documentation explicitly defines payment interfaces and a Stripe adapter that performs charges. It includes domain interfaces like payment_gateway/payment_gateway.py and an adapters/gateways/stripe_payment_gateway.py with code calling stripe.Charge.create (charge/transaction creation). Those are specific payment gateway integrations that can move money (direct financial execution).
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata