design-patterns
Warn
Audited by Snyk on Aug 23, 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 contains explicit, payment-specific code and APIs: a PaymentGateway interface with charge/processPayment, concrete StripeGateway/PayPalGateway classes, a StripeFactory that instantiates a gateway using STRIPE_KEY, and a StripeSDK.createPayment + StripeAdapter example. Those are specific payment gateway integrations (Stripe/PayPal) capable of executing charges — therefore this grants direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata