diagnosing-bugs
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from external sources during bug diagnosis, creating a vulnerability to indirect prompt injection.
- Ingestion points: Untrusted data enters the agent context through bug reports, log files, HAR traces, and outputs from commands or the interactive
hitl-loop.template.shscript. - Boundary markers: The skill lacks explicit delimiters to distinguish untrusted bug data from agent instructions, although it does instruct the agent to manually redact secrets.
- Capability inventory: The skill utilizes high-privilege capabilities including shell execution, network requests via
curl, and browser automation tools likePlaywrightandPuppeteer. - Sanitization: There is no automated sanitization or filtering applied to ingested data before processing.
- [COMMAND_EXECUTION]: The skill's fundamental operation involves executing arbitrary shell commands, scripts, and test harnesses to reproduce, minimize, and verify bug fixes.
- [DYNAMIC_EXECUTION]: The skill instructs the agent to create and run scripts and code harnesses, such as the
hitl-loop.template.shor minimal reproduction scenarios, to facilitate the debugging process.
Audit Metadata