rust-implement
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references official Rust language documentation and documentation for standard libraries (anyhow, thiserror) on docs.rs.
- [COMMAND_EXECUTION]: The skill executes a local shell script (
scripts/lint.sh) to perform static analysis and linting on Rust source code files provided by the user. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it ingests and processes untrusted Rust source code.
- Ingestion points: User-provided Rust code is read by the
scripts/lint.shscript. - Boundary markers: Absent; there are no specific markers used to delimit untrusted code from instructions during the linting process.
- Capability inventory: The skill uses
bashandgrepto analyze file contents. It lacks file-writing, network, or arbitrary code execution capabilities. - Sanitization: Absent; the script performs simple string matching using
grepwithout escaping or validating the input file content.
Audit Metadata