paddle-subscription-update
Warn
Audited by Snyk on Jun 15, 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 built to call a payment gateway (Paddle) and perform subscription updates that can immediately charge or schedule charges. It uses paddle.subscriptions.update and previewUpdate, documents prorationBillingMode values (including immediate charges and full charges), and exposes onPaymentFailure behaviors (prevent_change vs apply_change). The Server Action requires a server-side PADDLE_API_KEY and the example code performs the update call that may create/charge transactions. This is a specific financial-execution integration (payment gateway) intended to move money, not a generic tool.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata