golang-patterns
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard Go programming patterns and best practices.
- [CREDENTIALS_UNSAFE]: A database seeding example in
references/go-cli-patterns.mduses a simple password string (password123) for demonstration purposes in a development context. - [EXTERNAL_DOWNLOADS]: The skill references well-known and widely-used Go libraries such as
github.com/urfave/cli,github.com/golang-migrate/migrate,github.com/sony/gobreaker, andgithub.com/golang-jwt/jwt. these are considered safe as they are established community packages. - [COMMAND_EXECUTION]: The skill includes code snippets for creating files (
os.WriteFile) and executing database queries (db.Exec), both of which are used appropriately within the context of the provided examples.
Audit Metadata