upstash
Warn
Audited by Snyk on Mar 13, 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 primarily documents Upstash (Redis, QStash, workflows), which is non-financial. However, the Upstash Workflow example explicitly calls a payment gateway:
await stripe.charges.create({ amount: order.total * 100, customer: order.customerId });. This is a direct invocation of Stripe's payment API (a payment gateway) to create/charge payments, which is explicit financial execution capability. Therefore it meets the criterion for Direct Financial Execution.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata