ddd-typescript
Warn
Audited by Snyk on Apr 7, 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 PaymentContextAdapter with an initiatePayment(order, amount) method that builds a payment request, calls this.httpClient.charge(request) and returns a transactionId / PaymentResult. That is a domain adapter whose primary purpose is to initiate/execute payments (translate domain model → payment API request → transaction). This is a specific financial execution capability (sending a charge/transaction), not a generic HTTP or UI tool.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata