rust-stable
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference for Rust developers. All code examples and instructions adhere to standard Rust language patterns and development workflows.
- [COMMAND_EXECUTION]: The skill includes instructions for running standard Rust development commands such as
cargo fmt,cargo check,cargo test, andcargo clippy. These are appropriate for the skill's purpose and are executed locally on the user's project code. - [EXTERNAL_DOWNLOADS]: The skill references official Rust documentation hosted at
doc.rust-lang.org,blog.rust-lang.org, andrust-lang.github.io. These are trusted official sources for the Rust programming language. - [DATA_EXPOSURE]: There are no hardcoded credentials or sensitive data patterns found. The file operations mentioned in examples (e.g., reading
data.txtorconfig.toml) are generic and standard for educational coding examples. - [INDIRECT_PROMPT_INJECTION]: As a coding assistant, the skill instructs the agent to ingest project configuration files (like
Cargo.toml) and command output (likerustc --version). While this represents a standard data ingestion surface, the skill does not grant elevated privileges or perform unsafe operations on this data beyond standard code analysis and compilation checks. (Severity: SAFE)
Audit Metadata