django-patterns
Warn
Audited by Snyk on Aug 12, 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 includes an explicit payment integration: OrderService.process_payment calls PaymentGateway.charge(amount=order.total_price, token=payment_data['token']) and is described as "Process payment for order". This is a specific operation to charge payments (move money) via a payment gateway, which meets the definition of Direct Financial Execution.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata