rust
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill provides patterns for executing subprocesses via std::process::Command in references/process-integration.md. It includes critical safety features such as timeouts using the wait-timeout crate and capturing stderr for error context.
- [DATA_EXFILTRATION] (SAFE): No unauthorized network or file access patterns were found. File operations are directed at user-provided paths for persistence and emphasize data integrity.
- [PROMPT_INJECTION] (SAFE): No instructions attempting to override agent behavior or bypass safety filters were detected in the skill markdown or code snippets.
- [REMOTE_CODE_EXECUTION] (SAFE): No remote script downloads or dynamic execution of untrusted code. Dependencies listed (e.g., serde, sysinfo, tempfile) are standard, reputable crates within the Rust ecosystem.
Audit Metadata