efcore-patterns
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains standard C# documentation and code snippets for Entity Framework Core. The patterns described, such as NoTracking and Query Splitting, are industry-standard performance optimizations.
- [SAFE]: All database access examples use LINQ-to-Entities providers. These providers inherently use parameterized queries, which follow security best practices to prevent SQL injection vulnerabilities.
- [SAFE]: The provided shell commands are standard .NET CLI tools (
dotnet ef) for managing database schema migrations. They do not involve unauthorized command execution or privilege escalation. - [SAFE]: No obfuscation, hidden URLs, or data exfiltration patterns were detected in the instructions or code examples.
- [SAFE]: The implementation of a dedicated migration service using .NET Aspire follows architectural best practices for distributed applications, ensuring clean separation of concerns without introducing security risks.
Audit Metadata