rustc-basics
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- SAFE (SAFE): No malicious patterns or security risks detected. The skill contains legitimate instructions for Rust systems programming and optimization.- EXTERNAL_DOWNLOADS (LOW): Recommends installing common developer tools (
cargo-show-asm,cargo-llvm-lines,cargo-bloat) via the official Rust package registry (crates.io). These are standard tools but originate from external sources.- COMMAND_EXECUTION (LOW): Instructs the agent to execute build and inspection commands (cargo build,rustc,upx). These operations are necessary for the skill's primary purpose.- INDIRECT_PROMPT_INJECTION (LOW): The skill ingests compiler-generated output files usingcat. This is an inherent part of the development workflow. Evidence Chain: 1. Ingestion: Reading.s,.mir, and.llfiles inSKILL.md. 2. Boundaries: None. 3. Capabilities: System build tools (cargo,rustc). 4. Sanitization: None.
Audit Metadata