resilience
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents established best practices for .NET 10 and Polly v8. It emphasizes secure defaults, such as using
AddStandardResilienceHandler()and implementing timeouts for all external calls. - [SAFE]: It correctly identifies and warns against anti-patterns, specifically highlighting the risk of retrying non-idempotent operations (e.g., POST requests) without idempotency keys.
- [SAFE]: The provided code examples use official Microsoft and Polly libraries (
Microsoft.Extensions.Http.Resilience) and standard dependency injection patterns. - [SAFE]: External URLs in the examples (
api.payments.example.com,api.catalog.example.com) are clearly placeholders for demonstration purposes and do not point to real or malicious services.
Audit Metadata