dapper-query-builder
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of code templates and documentation for the Dapper ORM. It correctly implements parameterized SQL queries (@Id, @SearchPattern, etc.), which effectively prevent SQL injection attacks by ensuring user input is treated as data rather than executable code.- [SAFE]: All database connections in the provided templates are managed within 'using' blocks or patterns that ensure proper resource disposal, preventing connection leaks and potential denial-of-service conditions.- [SAFE]: No hardcoded credentials, sensitive file path access, or unauthorized network calls were detected. The use of an external SQL connection factory is a standard architectural pattern for dependency injection.- [SAFE]: There is no evidence of code obfuscation, malicious prompt injection, or persistence mechanisms. The skill's stated purpose aligns perfectly with its implementation.
Audit Metadata