debugging-strategies
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing the Delve debugger tool using the command
go install github.com/go-delve/delve/cmd/dlv@latest. This reference targets a well-known development tool repository on GitHub and follows standard installation practices for the Go ecosystem.- [COMMAND_EXECUTION]: The documentation includes various command-line examples for debugging purposes, such asgit bisectfor finding regressions anddlv debugfor Go applications. These are presented as instructional snippets for the user to execute manually and are not automated by the agent.- [SAFE]: All included code snippets for Python (using pdb, logging, cProfile), JavaScript (using Chrome DevTools and Node.js v8), and Go (using pprof and runtime) utilize standard libraries or built-in debugging features. No malicious code, unauthorized data access, or obfuscation patterns were detected in the skill.
Audit Metadata