diagnosing-bugs
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions (SKILL.md) promote data safety by requiring the agent to redact every secret and use environment variables for credentials rather than hardcoding them in diagnostic outputs.
- [COMMAND_EXECUTION]: The skill includes a bash template (scripts/hitl-loop.template.sh) designed for human-in-the-loop interaction. This script provides a structured way to capture user observations and does not perform any autonomous or sensitive operations.
- [PROMPT_INJECTION]: The skill has a low risk of indirect prompt injection as it is designed to ingest and analyze external data like logs and traces; however, the structured 6-phase process and focus on deterministic feedback loops provide a layer of protection against accidental obedience to adversarial content embedded in debug data.
Audit Metadata