dotnet-architecture-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains architectural patterns and code samples for .NET development. All instructions and code snippets follow standard security best practices for web APIs, including proper validation, error handling with Problem Details, and secure idempotency implementations.
- [EXTERNAL_DOWNLOADS]: The skill references established .NET libraries such as FluentValidation, MiniValidation, and StackExchange.Redis. These are standard, well-known components in the .NET ecosystem and do not represent a security risk.
- [DATA_EXFILTRATION]: No unauthorized data access or external data transmission was found. The use of connection strings and cache keys follows standard configuration management practices.
- [REMOTE_CODE_EXECUTION]: No remote code execution patterns, dynamic script execution, or unsafe deserialization vulnerabilities were identified. Use of JsonSerializer.Deserialize for caching is consistent with safe handling of local application state.
Audit Metadata