rust
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process user-supplied Rust source code for the purpose of refactoring, review, and optimization.
- Ingestion points: User-provided Rust source code files and code snippets.
- Boundary markers: Not explicitly defined in the instructional text.
- Capability inventory: The skill utilizes compilation and linting tools (
cargo,rustc,clippy,rustfmt) via Bash and file system operations (Read,Write,Edit,Glob,Grep). - Sanitization: Relies on platform-level safety guardrails when processing external code.
- [EXTERNAL_DOWNLOADS]: The documentation references and recommends the installation of standard Rust development tools and libraries from reputable sources.
- Mentions official Rust toolchain components such as
clippyviarustup. - Recommends established community tools like
flamegraph,insta, andsamplyfrom official and well-known repositories. - References standard, high-reputation Rust crates such as
tokio,anyhow,thiserror,serde, andtracing.
Audit Metadata