release
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands for project management, including
gitfor committing changes andcargo releasefor executing the release. These commands are standard for the described purpose. - [COMMAND_EXECUTION]: Relies on the external tool
cargo-release. Instructions for installation use the official Rust package registry (crates.io). - [DATA_EXFILTRATION]: Accesses local project files (
Cargo.toml,CHANGELOG.md) to extract versioning information and changelog entries. This data remains within the project context and is not sent to external servers. - [PROMPT_INJECTION]: Implementation includes explicit 'STOP' conditions and mandatory user prompts before proceeding with version bumps or final command execution, preventing autonomous unauthorized actions.
Audit Metadata