rust-engineer
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of high-quality educational material and operational guidelines for Rust development. The instructions emphasize memory safety, explicit error handling, and documentation of unsafe blocks. No signs of prompt injection, persistence mechanisms, or credential harvesting were detected during the analysis.
- [COMMAND_EXECUTION]: The core workflow involves standard development commands like
cargo clippy,cargo fmt, andcargo test. These operations are essential tasks within the Rust ecosystem for code validation and testing, and they are executed within the user's project environment without any suspicious parameters. - [REMOTE_CODE_EXECUTION]: Educational examples in the async reference file demonstrate the use of the
reqwestcrate for making HTTP requests. These examples target well-known domains (e.g., example.com) and are provided for instructional purposes only. No unauthorized or silent background network operations were identified.
Audit Metadata