write-script-bunnative
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 resource type (example: "export async function main(stripe: RT.Stripe) { // stripe contains API key and config from the resource }"), which supplies payment gateway credentials to scripts. That makes it possible for scripts to call Stripe's APIs (create charges, refunds, etc.) and thus perform direct financial actions. Other surfaces (fetch, general API calls, S3, running scripts) are generic and ignored per the rules, but the explicit Stripe resource constitutes a payment gateway integration.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata