go-architecture

Pass

Audited by Gen Agent Trust Hub on Aug 23, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides architectural guidance and templates for Go development. It correctly recommends standard security practices, such as using environment variables for database credentials (os.Getenv("DATABASE_URL")) and using type-safe SQL via sqlc to prevent injection vulnerabilities.
  • [SAFE]: All external references and dependencies (such as chi, pgx, sqlc, and google/wire) are well-known, industry-standard libraries within the Go ecosystem. Documentation links point to official and trusted domains like go.dev and sqlc.dev.
  • [SAFE]: No evidence of prompt injection, data exfiltration, or persistence mechanisms was found. The code templates follow the principle of least privilege and use standard Go idioms for dependency injection and HTTP routing.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 23, 2026, 04:06 PM
Security Audit — agent-trust-hub — go-architecture