go
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- COMMAND_EXECUTION (SAFE): The skill contains numerous bash commands for Go development (build, test, mod, etc.). These are consistent with the skill's stated purpose of assisting with Go development. While it demonstrates advanced features like post-run commands in 'gotestsum', these are provided as educational examples for the user.
- EXTERNAL_DOWNLOADS (SAFE): Includes standard Go dependency management commands (
go get,go mod download) which interact with the official Go module proxy by default. No downloads from untrusted or malicious sources are present. - DATA_EXPOSURE (SAFE): No sensitive file access, credential exfiltration, or hardcoded secrets were detected. The use of environment variables like GOPROXY and GOPRIVATE follows standard industry practices for Go configuration.
Audit Metadata