golang-troubleshooting
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads and installs the
dlv(Delve) debugger from its official GitHub repository during installation. This is a standard tool in the Go development ecosystem used for breakpoint debugging. - [COMMAND_EXECUTION]: The skill uses the
Bashtool with restricted access to specific commands such asgo,git,dlv, andgolangci-lint. These commands are necessary for building, testing, and diagnosing Go codebases. - [DATA_EXFILTRATION]: The skill instructs the agent on how to capture
pprofprofiles, which may contain sensitive runtime data. However, it includes explicit security warnings and best practices for protecting these endpoints with authentication in production environments.
Audit Metadata