saga-patterns
Warn
Audited by Snyk on Feb 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, while focused on saga patterns, explicitly includes payment operations as actionable steps (e.g., self.payment.charge(amount) and self.payment.refund(payment_id)) in the orchestration example. Those are concrete functions to execute payments/refunds (i.e., send financial transactions), not just generic HTTP or automation primitives. Even though no specific gateway name is given, the presence of explicit charge/refund methods constitutes direct financial execution capability.
Audit Metadata