Debugging and Troubleshooting
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION] (LOW): The skill instructs the agent to execute various diagnostic commands such as
cargo check,cargo test, andrustc --explainusing the Bash tool. These commands are standard for Rust development and align with the skill's primary purpose. - [PROMPT_INJECTION] (LOW): The skill is susceptible to indirect prompt injection (Category 8) as it processes external, potentially untrusted data like compiler errors and runtime logs to diagnose issues.
- Ingestion points: The agent is triggered to read source code files and interpret standard output/error streams from
cargoandrustcvia tools likeReadandBash. - Boundary markers: Absent; the instructions do not specify delimiters or warnings to ignore instructions embedded in the logs or code being analyzed.
- Capability inventory: The agent has access to the
Bashtool, allowing it to execute system commands, and theReadtool for file access. - Sanitization: No sanitization or validation of the input logs or external code content is defined before processing.
Audit Metadata