billing-automation
Warn
Audited by Snyk on Mar 31, 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 performs payment execution: the BillingEngine.charge_customer implementation calls stripe.Charge.create(...) to charge saved payment methods, and the dunning/retry logic invokes that same charge flow. This is a specific payment gateway integration (Stripe) and thus is designed to move money rather than being a generic tool.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata