clean-architecture
Warn
Audited by Snyk on Mar 12, 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 prompt explicitly includes payment gateway code and mentions the Stripe SDK. It provides a concrete implementation example (infrastructure/payment/StripePaymentGateway.js) that constructs a Stripe client and calls stripe.charges.create (i.e., sending a payment). Although the skill's primary focus is architecture, the presence of explicit Stripe integration and a Use Case that calls a payment gateway constitutes direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata