gin-database

Pass

Audited by Gen Agent Trust Hub on Mar 1, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [SAFE]: No security threats or malicious patterns were detected. The skill instructions and code snippets follow industry-standard security and architectural practices.
  • [SAFE]: Code samples correctly utilize os.Getenv for database connection strings, ensuring that sensitive credentials are not hardcoded within the application logic.
  • [SAFE]: Database interactions are implemented using parameterized queries (via GORM and sqlx), which is a critical defense against SQL injection attacks.
  • [EXTERNAL_DOWNLOADS]: Mentions well-known and trusted Go ecosystem libraries and tools, such as GORM, sqlx, and golang-migrate, for managing database connections and schema versions.
  • [COMMAND_EXECUTION]: Provides documentation for using the migrate CLI tool for database schema management, which is a standard and safe operational practice.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 1, 2026, 09:35 PM