debug-live
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- Debugger Tool Integration: The skill instructs the AI agent on how to use debugging tools to set breakpoints, step through code, and inspect program state. This is the core intended functionality and provides a structured way to resolve runtime issues.
- Variable Inspection and Secret Redaction: The instructions emphasize careful inspection of variable values and explicitly mention the importance of redacting potential credentials (e.g., API keys, tokens) to prevent accidental data exposure during the debugging process.
- Standard Development Dependencies: The language-specific reference files suggest the installation of industry-standard tools, such as the Delve debugger for Go. These are common prerequisites for development environments and are referenced from established, well-known repositories.
- Indirect Injection Awareness: Because the agent reads data from a running process (variable values), there is a potential surface for indirect prompt injection if the debugged application's state is manipulated. The skill's structured approach to investigation and the use of specific tool calls for targeted inspection help manage this risk.
Audit Metadata