ai-pro
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 includes payment gateway integration: it references "Stripe v13+", contains a concrete code example that instantiates the Stripe SDK with a secret key (new Stripe(process.env.AUTH_STRIPE_SECRET!, ...)) and calls Stripe API methods (stripe.customers.retrieve, notes about pagination, webhook signature verification, auto-retry/fix behaviors). These are specific, non-generic payment APIs capable of performing customer/payment operations and thus constitute direct financial execution authority.
Audit Metadata