Rust Development Workflow
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- COMMAND_EXECUTION (SAFE): The skill utilizes the Bash tool to execute standard Rust toolchain commands such as
cargo build,cargo test,cargo clippy, andcargo fmt. This is the intended primary purpose of the skill for a development environment. - INDIRECT_PROMPT_INJECTION (LOW): The skill possesses a surface for indirect prompt injection as it processes project source code.
- Ingestion points: The skill reads files within the
miyabi-private/workspace usingRead,Grep, andGlobtools. - Boundary markers: None explicitly mentioned to separate source code content from agent instructions.
- Capability inventory: The skill has access to the
Bashtool to execute arbitrary commands based on its analysis of the code. - Sanitization: No explicit sanitization or filtering of input from source files is documented.
Audit Metadata