gstack-upgrade
Fail
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill fetches code from an external repository and executes scripts contained within it.
- Evidence: In Step 4, the skill uses
git cloneto download content fromhttps://github.com/garrytan/gstack.gitand then executes./setup. - Evidence: In Step 4.75, the skill iterates through scripts in the
gstack-upgrade/migrationsdirectory and executes them usingbash "$migration". - [COMMAND_EXECUTION]: The skill performs extensive shell command execution to manage the installation environment and upgrade flow.
- Evidence: Multiple sections use
bashto perform system-level operations such asmktemp,rm -rf,mv, andcp -Rfon directories within the user's home and project paths. - [EXTERNAL_DOWNLOADS]: The skill downloads external resources from a third-party source during the upgrade process.
- Evidence: Step 4 uses
git fetchandgit clonetargetinghttps://github.com/garrytan/gstack.gitto retrieve new versions of the software. - [PROMPT_INJECTION]: The skill processes external data that could potentially influence agent behavior through indirect injection.
- Evidence: Step 6 instructs the agent to read
CHANGELOG.mdfrom the downloaded repository and summarize it for the user. If this file contains malicious instructions, the agent might follow them while processing the text.
Recommendations
- AI detected serious security threats
Audit Metadata