efcore-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: No attempts to override agent behavior or bypass safety guidelines were detected. The use of 'CRITICAL' in the text is for instructional emphasis regarding migration best practices.
- [DATA_EXFILTRATION]: No sensitive data access or exfiltration patterns were found. Database connection strings are handled through standard configuration abstractions, and no hardcoded credentials exist.
- [COMMAND_EXECUTION]: The skill documents standard .NET CLI commands (
dotnet ef) for managing database migrations, which is expected for the stated purpose of the skill. - [REMOTE_CODE_EXECUTION]: No remote code execution patterns or unauthorized external downloads were found.
- [INDIRECT_PROMPT_INJECTION]: While the skill involves database operations, it promotes Entity Framework Core's built-in parameterized queries which inherently protect against SQL injection. No unsafe data interpolation was found.
- [SAFE]: The code snippets and patterns follow industry-standard practices for C# and .NET development.
Audit Metadata