rust-build-optimization
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing several diagnostic tools, including
measuremefrom the official GitHub organization for the Rust language and other common community utilities likesamplyandcargo-llvm-lines. These references are standard for Rust development and originate from well-known sources. - [COMMAND_EXECUTION]: The skill utilizes
Bashto executecargocommands and system diagnostic utilities such asar,nm, andstrace. These operations are directly related to its core purpose of build profiling and are performed with explicit instructions to verify results and revert ineffective changes. - [PROMPT_INJECTION]: The skill analyzes project configuration files (
Cargo.toml,.cargo/config.toml) and terminal output. While this represents a surface for indirect prompt injection if a project contained malicious instructions in these files, the skill's strict procedural rules—such as requiring baseline measurements and verification of all changes—significantly mitigate this risk.
Audit Metadata