diagnose
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a standard 6-phase debugging workflow (Feedback loop, Reproduce, Hypothesise, Instrument, Fix, Cleanup). The instructions are focused on software engineering best practices and do not contain malicious patterns.
- [COMMAND_EXECUTION]: The skill references standard development tools such as
curl,git bisect, and headless browsers (Playwright/Puppeteer) as means to establish a reproduction loop. These are typical for the stated purpose of bug diagnosis. - [DATA_EXPOSURE]: No sensitive file paths, environment variables, or hardcoded credentials were detected. The skill instructions emphasize internal project debugging.
- [REMOTE_CODE_EXECUTION]: No patterns of downloading and executing untrusted remote code were found. The bash script in
scripts/hitl-loop.template.shis a benign utility for prompting user input during debugging sessions.
Audit Metadata