go-cli-sql-storage
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive instructions for building SQL storage adapters with a strong focus on security best practices. It explicitly mandates the use of parameterized queries to prevent SQL injection and warns against interpolating untrusted values.
- [SAFE]: The skill emphasizes secure credential handling, instructing the agent to keep DSNs and credentials out of logs and error messages.
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to process user-supplied database requirements and schemas. While this represents a data ingestion surface, the skill proactively mitigates risks by requiring strict input validation, allowlisting of dynamic identifiers, and standard SQL parameterization techniques.
Audit Metadata