go-troubleshooting
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard Go diagnostic commands such as 'go tool pprof', 'go test -race', and the Delve debugger to analyze application state. These are official tools intended for the stated purpose.
- [COMMAND_EXECUTION]: Uses the 'kill' command to send signals to local processes for stack trace generation, which is a standard and expected Go runtime debugging technique.
- [EXTERNAL_DOWNLOADS]: Recommends the use of 'uber-go/goleak', a well-known and trusted library from a recognized organization, for detecting goroutine leaks in testing environments.
- [SAFE]: The instructions include security best practices, specifically advising that pprof endpoints should only be bound to localhost or private interfaces to prevent unauthorized access.
Audit Metadata