review
Warn
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a wide range of local binaries located in
~/.claude/skills/gstack/bin/to manage configurations, telemetry, and project state (e.g.,gstack-config,gstack-telemetry-log,gstack-learnings-search). - [REMOTE_CODE_EXECUTION]: Utilizes dynamic shell execution via
evalandsourceon the output of local binaries likegstack-slugandgstack-repo-modeto configure the environment at runtime. - [REMOTE_CODE_EXECUTION]: Implements a dynamic upgrade mechanism that reads instructions from a local file (
~/.claude/skills/gstack/gstack-upgrade/SKILL.md) and follows them if an update is available. - [DATA_EXFILTRATION]: Includes an opt-in telemetry feature that transmits skill usage statistics and session metadata via the
gstack-telemetry-logutility. - [DATA_EXFILTRATION]: Features an optional 'Artifacts Sync' capability that synchronizes project artifacts (plans, designs, and reports) to a private GitHub repository for cross-machine indexing.
- [PROMPT_INJECTION]: The skill is susceptible to Indirect Prompt Injection because it ingest untrusted data from
git diff,git log, andgh pr viewand processes them with high-privilege tools (Bash, Write, Agent) without explicit delimiters or instructions to ignore embedded commands within the analyzed code. - [EXTERNAL_DOWNLOADS]: Performs
git fetchandgit mergeoperations on the~/.gstackdirectory to synchronize local artifacts with a remote repository as part of its 'Artifacts Sync' feature.
Audit Metadata