stripe-integration

Warn

Audited by Snyk on Jul 29, 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 is explicitly a Stripe payment integration: it contains direct, specific API calls to create checkout sessions and payment intents, create subscriptions, manage customers/payment methods, and create refunds (e.g., stripe.checkout.Session.create, stripe.PaymentIntent.create, stripe.Subscription.create, stripe.Refund.create). It also references using secret API keys (STRIPE_SECRET_KEY) and test card flows. These are concrete payment gateway operations that can move money or issue refunds, so this grants Direct Financial Execution Authority.

Issues (1)

W009
MEDIUM

Direct money access capability detected (payment gateways, crypto, banking).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jul 29, 2026, 07:07 PM
Issues
1
Security Audit — snyk — stripe-integration