rust-trait-explorer
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Data Exposure & Exfiltration] (SAFE): The skill accesses local source code files through LSP and file-reading tools. This is the primary intended function. There are no network capabilities or external data transmission tools defined in the allowed-tools list.
- [Indirect Prompt Injection] (LOW): The skill processes untrusted external data (the user's source code). While an attacker could place malicious comments in a codebase, the skill's capabilities are limited to read-only operations (LSP, Read, Glob, Grep), preventing any harmful actions like file modification or exfiltration.
- [Remote Code Execution] (SAFE): No remote code execution patterns, package installations, or dynamic code execution functions (like eval or exec) were found.
- [Privilege Escalation] (SAFE): No commands or configurations related to privilege escalation (e.g., sudo, chmod) were detected.
Audit Metadata