rust-linear-type
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [PROMPT_INJECTION] (SAFE): No instructions found that attempt to override agent behavior or bypass safety constraints.
- [DATA_EXFILTRATION] (SAFE): No sensitive file access, hardcoded credentials, or network operations detected.
- [REMOTE_CODE_EXECUTION] (SAFE): No external script downloads or package installations. Code examples use only standard Rust library features.
- [COMMAND_EXECUTION] (SAFE): No system command execution or shell interactions identified.
- [DYNAMIC_EXECUTION] (LOW): The skill contains Rust
unsafeblocks for memory management (e.g.,dealloc,ManuallyDrop::drop,Box::from_raw). These are standard pedagogical examples for manual resource management in Rust and do not constitute a security risk in this context.
Audit Metadata