subtree-publish
Warn
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/create-release.shextracts a version string fromSKILL.mdusinggrepandsed, then interpolates this value directly into anawkscript pattern. A maliciously crafted version string inSKILL.mdcould break theawklogic and execute arbitrary system commands viaawk's internal functions. - [COMMAND_EXECUTION]: The automation scripts (
subtree-push.shandcreate-release.sh) perform numerous shell operations usinggit,gh(GitHub CLI), andzip. While most variables are quoted, the process of extracting data from project files (likeSKILL.mddescriptions orCHANGELOG.mdnotes) and passing them to shell commands creates a risk of argument injection if the content is not strictly validated. - [COMMAND_EXECUTION]: The skill instructs the agent to execute local shell scripts that perform critical operations, including creating GitHub repositories, adding git remotes, and pushing code. These operations rely on the environment's existing
ghandgitauthentication, and while intended for project management, they grant the skill significant control over the user's GitHub resources.
Audit Metadata