architecture-patterns
Warn
Audited by Snyk on Feb 15, 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 explicitly defines payment integration: a PaymentGatewayPort with a charge(...) operation is used in the OrderService, and a StripePaymentAdapter is shown ("connects to Stripe API"). This is a specific payment-gateway integration (Stripe) and a send-transaction style operation (charge), which constitutes direct financial execution capability rather than a generic interface.
Audit Metadata