write-script-bun
Warn
Audited by Snyk on Jun 22, 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 references a Stripe payment integration: it shows "import Stripe from 'stripe'" and an example parameter "stripe: RT.Stripe" with the note that the resource contains the API key/config. Windmill resources pass credentials into scripts, so a script using RT.Stripe and the Stripe library can call Stripe APIs (charges, refunds, etc.). That is a specific payment gateway capability enabling direct financial execution.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata