stripe
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 is explicitly a Stripe payment integration: its name and description state "Integrate with Stripe for payment processing" and list managing customers/payments, creating invoices and subscriptions, and automating billing workflows. The input schema includes payment_amount and currency, the execution examples show running the skill to process a payment, and the expected output is JSON payment data (payment ID, status) with an action to "Confirm payment processed successfully." These are specific payment gateway operations (sending/confirming payments), not generic tooling, so it grants direct financial execution capability.
Audit Metadata