clean-arch-knowledge
Warn
Audited by Snyk on Feb 18, 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 and demonstrates payment-execution interfaces and implementations: a PaymentGatewayInterface with charge/refund methods, a StripePaymentGateway adapter calling $this->stripe->charges->create, a ProcessPaymentUseCase that invokes paymentGateway->charge and marks orders paid, and a controller that accepts a payment_token. These are specific, concrete payment gateway integrations (Stripe) and show sending payment transactions/refunds — i.e., direct financial execution capability.
Audit Metadata