microservices-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 functions and calls that perform transactions: a PaymentService with process_payment that calls payment_gateway.charge, an HTTP payments endpoint (payment_client.post("/payments")), and saga steps invoking payment_service.charge and payment_service.refund. These are concrete, domain-specific operations to charge and refund money (i.e., send financial transactions), so it grants direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata