dotnet-dapper-query-builder
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in this skill. The provided C# templates for Dapper query building follow standard industry best practices.
- [SAFE]: SQL injection protection is enforced throughout the templates by using parameterized queries (e.g.,
@Id,@SearchPattern) rather than string concatenation for user-supplied data. - [SAFE]: Resource management is handled correctly using the
usingstatement for database connections to ensure proper disposal and prevent connection leaks.
Audit Metadata