developing-go
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references standard Go libraries and tools from well-known sources, such as official GitHub repositories for
golangci-lint,chi,zerolog, andsqlc. These are standard components of the Go ecosystem and are handled as trusted resources. - [COMMAND_EXECUTION]: The documentation includes standard Go CLI commands for building, testing, and formatting code, such as
go build,go test,go mod tidy, andgofmt. These commands are part of the intended development workflow described in the guide. - [CREDENTIALS_UNSAFE]: Code examples use environment variable patterns and placeholders for configuration and secrets, such as
DB_PASSWORD,Authorization: Bearer <token>, andsk_live_.... No real credentials or sensitive keys are hardcoded in the skill's instructions.
Audit Metadata