dotnet-backend-patterns
Warn
Audited by Snyk on Mar 7, 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 includes explicit payment gateway integrations: service registration shows keyed payment processors for "stripe" and "paypal" (AddKeyedScoped<IPaymentProcessor, StripeProcessor>("stripe") and PayPalProcessor). It also demonstrates a CheckoutService that injects a Stripe processor. These are specific references to payment gateway implementations (Stripe/PayPal), which qualify as direct financial execution capability under the rules.
Audit Metadata