rust-cli
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation and code snippets for Rust CLI development using reputable crates such as clap, anyhow, and indicatif.- [SAFE]: All external references target trusted community resources, including the official Rust documentation (docs.rs) and the 'Command Line Book' (rust-cli.github.io).- [SAFE]: Indirect Prompt Injection Surface: The skill demonstrates techniques for reading from untrusted sources like stdin and external files. 1. Ingestion points:
SKILL.md(io::stdin, fs::read_to_string),examples/examples.md(stdin, file reader). 2. Boundary markers: Absent. 3. Capability inventory:SKILL.md(fs::write, File::create, stdout),examples/examples.md(stdout). 4. Sanitization: Absent. This surface is inherent to the skill's purpose and presents no specific threat.- [SAFE]: No hardcoded credentials, malicious network operations, or persistence mechanisms were detected across the skill files.
Audit Metadata