go
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill outlines standard development workflows and provides boilerplate code for Go services, following industry norms for project structure and builds.
- [EXTERNAL_DOWNLOADS]: Recommends the use of the
github.com/jackc/pgx/v5library, a well-known and reputable PostgreSQL driver for Go. - [EXTERNAL_DOWNLOADS]: Specifies the use of official, well-known Docker base images (
golang:1.25-alpineandalpine:3.20) for building and running the service. - [CREDENTIALS_UNSAFE]: Encourages secure handling of database credentials by reading them from environment variables injected by the platform at runtime, rather than hardcoding sensitive information.
- [COMMAND_EXECUTION]: Provides instructions for standard local development commands (
go mod tidy,go build,curl) which are expected for a coding-oriented skill.
Audit Metadata