diagnosing-bugs
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard command-line tools for diagnostics, including test runners (unit/integration/e2e),
curlfor HTTP scripting, andgit bisectfor automated bisection. These operations are conducted within the local development environment to establish a feedback loop for debugging. - [SAFE]: The provided script
scripts/hitl-loop.template.shimplements a secure human-in-the-loop reproduction mechanism. It uses standard bashreadandprintfcommands to capture user input without employing dangerous execution functions likeevalorexecon untrusted strings. - [SAFE]: The instructions focus on engineering best practices, such as creating minimal reproductions, falsifiable hypotheses, and regression testing. No obfuscation, data exfiltration, or malicious instruction overrides were detected.
Audit Metadata