go-dev
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides configuration templates and documentation for a modern Go development stack. All recommended tools are industry-standard and sourced from official repositories.
- [EXTERNAL_DOWNLOADS]: Fetches established Go development tools including
golangci-lint,gofumpt,gotestsum, andgolang-migratefrom their official GitHub repositories and recognized package managers like Homebrew and Scoop. These represent well-known services in the software development ecosystem. - [COMMAND_EXECUTION]: Defines standard development tasks (build, test, lint) within a
Justfile. It utilizes shell safety flags (-euo pipefail) to ensure robust and predictable execution of commands. - [CREDENTIALS_UNSAFE]: Handles database connection strings via the
$DATABASE_URLenvironment variable. The skill promotes secure secret management by enabling automatic.envfile loading, avoiding the use of hardcoded credentials.
Audit Metadata