dapper
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation, architectural patterns, and security best practices (such as emphasizing parameterized queries to prevent SQL injection) for the Dapper library.
- [SAFE]: External links point to the official GitHub repository, NuGet package page, and documentation for Dapper. No suspicious URLs or remote code execution patterns were identified.
- [SAFE]: Code examples follow secure coding standards for data access in C#, including the use of asynchronous operations, proper connection management with
usingblocks, and transaction handling.
Audit Metadata