go-project-setup
Pass
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: No security threats or malicious patterns were detected. The skill provides boilerplate code for common Go project types (CLI, Web Service, Library, Game, MCP Server) and references standard industry libraries.
- [COMMAND_EXECUTION]: The workflow involves standard Go commands like
go mod init,go mod tidy, andgo build. These are routine development tasks and are performed within the context of the user's project directory. - [EXTERNAL_DOWNLOADS]: The project templates include dependencies on well-known packages such as
github.com/spf13/cobra,github.com/hajimehoshi/ebiten/v2, and the MCP Go SDK. These are trusted community resources and do not represent a security risk.
Audit Metadata