rust-deps-visualizer
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to executecargo metadataandcargo tree. These commands are standard in the Rust ecosystem for inspecting project structure and dependencies.- [SAFE]: No obfuscation, prompt injection, or suspicious network activity was detected. The skill's instructions are transparent and align with its stated purpose.- [SAFE]: Indirect Prompt Injection surface: \n - Ingestion points: The skill reads
Cargo.tomland the output ofcargocommands. - Boundary markers: Absent.
- Capability inventory: The skill uses
Bash,Read, andGlobto interact with the local filesystem and execute cargo. - Sanitization: None specified for file content or command output. This represents a standard surface for development tools and is considered safe in this context.
Audit Metadata