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.sh script.
  • Boundary markers: Absent; there are no specific markers used to delimit untrusted code from instructions during the linting process.
  • Capability inventory: The skill uses bash and grep to analyze file contents. It lacks file-writing, network, or arbitrary code execution capabilities.
  • Sanitization: Absent; the script performs simple string matching using grep without escaping or validating the input file content.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 19, 2026, 08:57 AM