clean-architecture
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 includes a PaymentProcessor protocol and concrete processors named StripeProcessor and PayPalProcessor with a process(amount: Decimal) method — i.e., explicit payment gateway/payment-processing functionality. Although the overall skill is about clean architecture, these examples are specific, named payment gateway integrations that are directly about sending/processing payments, which meets the "Direct Financial Execution" criteria.
Audit Metadata