django-patterns
Warn
Audited by Snyk on Mar 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 skill includes explicit payment-processing code: OrderService.process_payment calls PaymentGateway.charge(amount=..., token=...) and updates order status on success. This is a specific function integrating with a payment gateway (i.e., code to send a charge/transaction), which constitutes direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata