use-case-authoring
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 explicitly models and documents payment-processing interfaces and flows: it names Payment Gateway actors (including Stripe/PayPal), lists a REST API interface with interactions "Authorize payments / Capture payments / Process refunds", and includes concrete C# code calling IPaymentGateway.AuthorizeAsync(order.CustomerId, order.CalculateTotal(), ct). Those are specific payment gateway APIs/functions (not merely generic HTTP or browser automation) that enable financial transactions. Therefore it contains direct financial execution capability.
Audit Metadata