coding-go
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Includes standard Go CLI commands such as
go run,go build,go mod tidy, andgo testwhich are essential for Go development and used appropriately within the skill's context. - [EXTERNAL_DOWNLOADS]: Recommends obtaining the Go environment from trusted sources including
golang.organd thebrewpackage manager. - [CREDENTIALS_UNSAFE]: Refers to the use of environment variables like
$GITHUB_TOKENfor authenticating module downloads, which is a standard development practice for accessing private repositories and does not involve hardcoded credentials.
Audit Metadata