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 viasqlcto prevent injection vulnerabilities. - [SAFE]: All external references and dependencies (such as
chi,pgx,sqlc, andgoogle/wire) are well-known, industry-standard libraries within the Go ecosystem. Documentation links point to official and trusted domains likego.devandsqlc.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