golang
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a comprehensive educational and reference guide for Go developers and AI agents. It distills best practices from authoritative sources like the Google and Uber Go Style Guides.
- [EXTERNAL_DOWNLOADS]: References well-known and trusted external tools and libraries, such as
golangci-lint,go-cmp, and standard Go sub-repositories (e.g.,golang.org/x/sync/errgroup). These are standard in the Go ecosystem and are documented neutrally. - [COMMAND_EXECUTION]: Provides standard Go toolchain commands (e.g.,
go test -race,go tool golangci-lint,govulncheck) intended for project maintenance and security auditing. No arbitrary or malicious command execution patterns were found. - [PROMPT_INJECTION]: No instructions were found that attempt to override agent safety filters or bypass system constraints. The instructions focus entirely on improving code quality and security.
- [DATA_EXFILTRATION]: No patterns indicative of credential harvesting or sensitive data exfiltration were detected. The skill specifically includes a security guide that advises against hardcoding secrets.
- [DYNAMIC_CONTEXT_INJECTION]: The
SKILL.mdfile was scanned for dynamic execution syntax (such as!command), and no instances were found.
Audit Metadata