golang-pro
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute standard Go development tools, including
go vet ./...,golangci-lint run, andgo test -race. It also instructs the agent to create a directory usingmkdir -p .aixto store generated artifacts. These commands are necessary for the skill's primary function as a Go development assistant. - [EXTERNAL_DOWNLOADS]: The documentation and references mention standard Go dependency management commands like
go mod download,go mod tidy, andgo get. These operations are expected in a Go development workflow and target standard package registries. - [SAFE]: No prompt injection, obfuscation, or data exfiltration patterns were detected. The skill follows best practices for Go development, such as error handling, context propagation, and race detection.
Audit Metadata