rust-best-practices
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious behavior, prompt injection, or data exfiltration patterns were detected across the skill's metadata and reference documentation.
- [INDIRECT_PROMPT_INJECTION]: The skill involves reading and refactoring Rust source code. This introduces a surface where external code (e.g., from a pull request) could contain embedded instructions. However, the skill provides specific engineering guidelines that encourage human-in-the-loop verification and standard tool usage, mitigating accidental execution.
- [COMMAND_EXECUTION]: The documentation references standard Rust ecosystem command-line tools such as
cargo,rustc,clippy, andflamegraph. These are well-known developer tools used for their intended purpose in the context of Rust performance and testing, and are listed in the skill's allowed tools configuration.
Audit Metadata