go-project-setup
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill provides idiomatic Go project structures and templates for various application types (CLI, Web Service, MCP Server, etc.). The code implements production-ready patterns such as graceful shutdowns and proper package separation.
- [COMMAND_EXECUTION]: The workflow involves standard development commands such as
mkdir,go mod init, andgo build, which are necessary for the primary purpose of the skill and intended to be run in the user's development environment. - [EXTERNAL_DOWNLOADS]: The project templates reference well-known and reputable third-party Go packages, including
github.com/spf13/cobrafor CLI tools,github.com/hajimehoshi/ebiten/v2for game development, andgithub.com/modelcontextprotocol/go-sdkfor MCP servers.
Audit Metadata