diagnose
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill defines a standard software debugging workflow involving reproduction, hypothesis testing, and instrumentation. No malicious patterns were detected.
- [COMMAND_EXECUTION]: The instructions direct the agent to utilize standard development tools such as
curl,git bisect, and test frameworks to establish a feedback loop for debugging. These actions are within the intended scope of a development assistant. - [PROMPT_INJECTION]: The skill processes untrusted diagnostic data, which presents a surface for indirect prompt injection.
- Ingestion points: Network request payloads, event logs, and user-provided error messages captured during the 'HITL' (Human-In-The-Loop) phase in
SKILL.mdandscripts/hitl-loop.template.sh. - Boundary markers: None explicitly defined in the instructions to separate data from instructions.
- Capability inventory: The skill has access to shell command execution (
scripts/hitl-loop.template.sh), network operations (curl), and file system access (saving/replaying traces). - Sanitization: No specific sanitization or validation of the ingested diagnostic data is performed before use in comparisons or reports.
Audit Metadata