rust
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, prompt injections, or unauthorized data access behaviors were identified across the skill files.
- [EXTERNAL_DOWNLOADS]: The skill references several external URLs, all of which point to official documentation for the Rust language (rust-lang.org) and well-known, established libraries (docs.rs for Tokio, Axum, SQLx, and thiserror). These are considered trusted sources for developer documentation.
- [COMMAND_EXECUTION]: The skill utilizes standard
cargocommands (fmt, clippy, test, build) for maintaining code quality and building binaries. These operations are restricted to the local development environment and align with the stated purpose of a Rust development specialist. - [DATA_EXFILTRATION]: No patterns involving the access of sensitive credentials (e.g., .ssh, .aws) or the transmission of local data to unauthorized remote endpoints were found.
Audit Metadata