standards-golang
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns or security risks detected. The skill contains standard instructions for Go programming.
- [COMMAND_EXECUTION] (SAFE): Shell commands are restricted to the official Go toolchain (go mod, go test, go fmt) and common linters (golangci-lint).
- [EXTERNAL_DOWNLOADS] (SAFE): External downloads are limited to standard Go module resolution via
go get.
Audit Metadata