go-cleanup
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes standard Go development tools including
gofmt,goimports,go vet, andgo modfor codebase maintenance. These are part of the official Go toolchain or established community standards. - [COMMAND_EXECUTION]: The inclusion of
go test ./...is a routine development task used to verify code integrity during refactoring. The commands are executed within the context of a local development environment on the user's own codebase. - [EXTERNAL_DOWNLOADS]: The skill references standard Go package management commands like
go mod tidyandgo get. These operations target well-known public repositories such as GitHub and are standard practice for Go dependency management.
Audit Metadata