dotnet-backend-patterns
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected during the analysis of this skill.
- [COMMAND_EXECUTION]: All database access examples using Dapper and Entity Framework Core correctly use parameterized queries (e.g.,
@Id,@Name) to prevent SQL injection vulnerabilities. - [CREDENTIALS_UNSAFE]: The skill demonstrates secure configuration management using the
IOptionspattern andIConfiguration. Connection string examples use non-sensitive placeholders likePassword=xxxand correctly advise against hardcoding secrets. - [EXTERNAL_DOWNLOADS]: The skill references standard, well-known .NET ecosystem libraries such as Dapper, Entity Framework Core, FluentValidation, and EFCore.BulkExtensions. No suspicious or unverified third-party dependencies are introduced.
- [DATA_EXFILTRATION]: No patterns of unauthorized data access or network exfiltration were found. Network interactions (e.g., Redis connections) are described within the context of standard application architecture.
Audit Metadata