diagnosing-bugs
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a standard engineering workflow for software debugging. While it involves common development practices like script generation and user input processing, these activities are scoped to the primary purpose of identifying and fixing bugs in a local environment.
- [DYNAMIC_EXECUTION]: The skill instructs the agent to create and execute temporary scripts (e.g., reproduction loops, bisection scripts, and CLI invocations) to confirm bug behavior. This is the intended primary functionality for debugging and does not involve executing untrusted remote code.
- [INDIRECT_PROMPT_INJECTION]: The
scripts/hitl-loop.template.shfile provides a mechanism to capture user input from the terminal and return it to the agent. This ingestion surface is typical for interactive development tools and facilitates human-in-the-loop debugging.
Audit Metadata