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, and rustc --explain using 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 cargo and rustc via tools like Read and Bash.
  • 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 Bash tool, allowing it to execute system commands, and the Read tool for file access.
  • Sanitization: No sanitization or validation of the input logs or external code content is defined before processing.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:22 PM