django-patterns

Warn

Audited by Snyk on Jun 16, 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=order.total_price, token=payment_data['token']) and updates order.status to PAID. The presence of a direct "charge" integration (payment gateway) and an endpoint/action that triggers purchase/payment constitutes direct financial execution capability.

Issues (1)

W009
MEDIUM

Direct money access capability detected (payment gateways, crypto, banking).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 16, 2026, 02:46 PM
Issues
1
Security Audit — snyk — django-patterns