rust-stable
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill serves as an educational reference and workflow guide for Rust programming language semantics. It contains no obfuscation, malicious redirects, or unauthorized data access patterns. All referenced documentation URLs point to official Rust resources.\n- [COMMAND_EXECUTION]: The skill facilitates the use of standard Rust toolchain commands (cargo check, cargo test, cargo clippy) for code validation and quality assurance. These operations are essential for Rust development and are implemented with appropriate user-centric workflows, such as verifying toolchain versions and project MSRV before execution.\n- [PROMPT_INJECTION]: The skill presents a surface for indirect prompt injection as it is designed to process and analyze user-provided source code.\n
- Ingestion points: User-supplied Rust source code and Cargo.toml project files (documented in SKILL.md and quickstart-workflows.md).\n
- Boundary markers: None identified; the instructions do not specify delimiters or safety warnings to ignore embedded instructions in the processed data.\n
- Capability inventory: Uses cargo check and cargo test, which are capable of executing code via build scripts (build.rs) or procedural macros as part of the standard compilation and testing process.\n
- Sanitization: None; the skill relies on the host environment's execution boundaries. This surface is an inherent property of the Rust development lifecycle and the tools utilized.
Audit Metadata