cargo-lock-manager
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard
cargocommands such ascheck,update, andtestto verify and synchronize theCargo.lockfile. These actions are standard for Rust development and are executed within the project's workspace. - [EXTERNAL_DOWNLOADS]: The
cargo updatecommand initiates requests to the official Rust crate registry (crates.io) to fetch dependency metadata and updates. This is a trusted, well-known service and an expected part of the tool's functionality. - [SAFE]: No evidence of prompt injection, data exfiltration, obfuscation, or persistence mechanisms was found. The shell scripts are simple, use proper variable quoting, and perform only the tasks described in the skill's metadata.
Audit Metadata