django-patterns
Warn
Audited by Snyk on Mar 23, 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-processing method: OrderService.process_payment calls PaymentGateway.charge(amount=..., token=...), updates order.status to PAID on success, and performs post-payment actions. This is a concrete example of invoking a payment gateway / sending a transaction (i.e., direct financial execution), not merely a generic API caller or UI automation. Therefore it qualifies as direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata