create-release-tags
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (MEDIUM): The skill implementation dynamically constructs shell commands using variables such as
TARGET_VERSION,CHANGES, andPACKAGE_NAME. These variables are derived from user input and repository files (debian/changelog,git log) and are interpolated into commands likesed,echo, andgit commitwithout sanitization. A malicious input or a compromised git history containing shell metacharacters could lead to arbitrary command execution on the host. - [Indirect Prompt Injection] (LOW): The skill ingests untrusted data from the local environment which could be manipulated to influence tool behavior. Ingestion points: Reads data from
debian/changelogandgit logoutput. Boundary markers: Absent; the data is directly embedded into file writing templates. Capability inventory: Includes file system modification (echo,sed -i) and git repository manipulation (git add,git commit). Sanitization: Absent; the skill does not escape or validate strings before passing them to the shell.
Audit Metadata