stripe-automation
Warn
Audited by Snyk on Feb 15, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill requires connecting at runtime to the Rube MCP server https://rube.app/mcp (via RUBE_SEARCH_TOOLS) to fetch current tool schemas that directly determine the agent's available instructions and actions, so this URL can control prompts/behavior.
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 automation toolkit and defines specific payment-related operations (STRIPE_CREATE_PAYMENT_INTENT, STRIPE_POST_CHARGES, STRIPE_CONFIRM_PAYMENT_INTENT, STRIPE_CAPTURE_CHARGE, STRIPE_CREATE_REFUND, STRIPE_POST_CUSTOMERS_CUSTOMER_SUBSCRIPTIONS, STRIPE_CREATE_CHECKOUT_SESSION, etc.). It requires an active Stripe connection and includes actions that create charges, confirm/capture payments, manage subscriptions, and issue refunds — all of which directly move or modify funds. This matches the "Direct Financial Execution" criteria.
Audit Metadata