csharp-guide
Warn
Audited by Snyk on Mar 1, 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 prompt explicitly registers a Stripe payment integration (services.AddHttpClient<IPaymentGateway, StripePaymentGateway> with BaseAddress "https://api.stripe.com/"). This is a specific payment gateway API reference (Stripe), which qualifies as a direct financial execution capability even though the document is otherwise a general C# guide. Therefore it should be flagged.
Audit Metadata