effect-client-wrapper
Warn
Audited by Snyk on Jul 10, 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 includes a concrete Stripe integration: it imports the Stripe SDK, reads STRIPE_SECRET_KEY and constructs a Stripe client, and exposes a
usewrapper that calls Stripe methods (e.g.,client.customers.create). Stripe is a payment gateway API, so this pattern explicitly enables making payment-related API calls and thus grants direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata