ef-core-advanced-patterns
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of technical documentation and C# code examples for Entity Framework Core. The provided patterns are standard for .NET development and do not include any malicious instructions.
- [COMMAND_EXECUTION]: The skill demonstrates the use of
FromSqlRawfor complex database queries. The example provided correctly utilizesNpgsqlParameterfor parameterization, which is the recommended practice for preventing SQL injection attacks. - [DATA_EXPOSURE]: The skill includes a reference to
EnableSensitiveDataLogging()for debugging purposes. It includes a specific developer note that this should be used in 'Development only', mitigating the risk of accidental exposure of PII or sensitive parameters in production logs. - [EXTERNAL_DOWNLOADS]: The skill references official documentation from Microsoft (docs.microsoft.com) and Npgsql (npgsql.org). These are well-known and trusted technical resources.
Audit Metadata