setup-go

Pass

Audited by Gen Agent Trust Hub on Mar 29, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: Utilizes the standard Go toolchain (go mod, go build, go test, go generate) to initialize the environment and verify code integrity.\n- [EXTERNAL_DOWNLOADS]: Fetches the golangci-lint utility from its official GitHub repository using the go install command.\n- [COMMAND_EXECUTION]: Generates automation scripts, including a Makefile and a Git pre-commit hook, to enforce code quality standards within the development workflow.\n- [PROMPT_INJECTION]: The skill processes project source code via commands like go generate and go test, which execute directives or code embedded within repository files.\n
  • Ingestion points: Go source files (.go) and go.mod.\n
  • Boundary markers: None identified for embedded code directives.\n
  • Capability inventory: Shell execution (go, make, chmod), file system writes.\n
  • Sanitization: None implemented for project-defined generate directives.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 29, 2026, 07:48 AM