strategy-pattern-python
Warn
Audited by Snyk on Feb 16, 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 implements payment strategies and shows concrete integrations with payment gateways (Stripe and PayPal). Example code calls stripe.PaymentIntent.create and paypal_client.orders.create, and exposes a /pay route that invokes these strategies. Because it contains specific, direct payment gateway operations (not generic tooling), it grants direct financial execution capability.
Audit Metadata