jackin-release
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs high-impact operations including
cargo release <level> --execute,git commit, andgit push. These commands modify the repository state, create tags, and push to remote origins. The risk is mitigated by a mandatory manual confirmation gate ("yes") before the final execution step. - [PROMPT_INJECTION]: The skill ingests data from local files (
Cargo.tomlandCHANGELOG.md) to determine versioning logic and release notes, creating an attack surface for indirect prompt injection. - Ingestion points: The agent reads the
versionfield fromCargo.tomland the[Unreleased]section fromCHANGELOG.mdto compute the next release version. - Boundary markers: Absent. There are no explicit instructions to the agent to treat the file content as untrusted data or use delimiters.
- Capability inventory: The skill has capabilities to commit to the repository, create git tags, and push changes to remote servers via
cargo releaseandgitCLI tools. - Sanitization: Absent. The skill recommends versions directly based on the presence of keywords (e.g., "Removed", "Fixed") within the changelog without sanitizing the input strings.
Audit Metadata