go-backend
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides boilerplate code and architectural patterns for Go backend development that follow industry best practices.
- [SAFE]: All referenced external dependencies, such as the Chi router, pgx driver, and golang-jwt, are established and widely trusted projects within the Go ecosystem.
- [SAFE]: Database interaction examples correctly utilize parameterized queries via pgx, which effectively prevents SQL injection vulnerabilities.
- [SAFE]: Authentication logic uses standard JWT signing and validation techniques without hardcoded secrets, relying on configuration parameters instead.
Audit Metadata