architecture-patterns
Warn
Audited by Snyk on May 24, 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 gateway integrations and concrete code to create charges. It defines a PaymentGatewayPort with a charge(...) method, an OrderService that calls payments.charge(...), and a StripePaymentAdapter that calls stripe.Charge.create — i.e., a specific Stripe integration capable of sending payment transactions. These are specific financial execution elements (payment gateway / send transaction), not merely generic APIs.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata