context-restore
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection by reading and displaying the content of
.mdcheckpoint files. - Ingestion points: The restoration workflow in
SKILL.mdreads checkpoint files from~/.gstack/projects/$SLUG/checkpoints. - Boundary markers: The ingested content, including summaries, remaining work, and notes, is presented to the agent without boundary markers or specific instructions to ignore embedded commands.
- Capability inventory: The agent has access to
Bash,Read,Glob,Grep, andAskUserQuestiontools, and can perform file system writes and Git commits. - Sanitization: There is no evidence of sanitization or validation of the input checkpoint files before they are displayed and processed by the agent.
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute numerous local binaries within the~/.claude/skills/gstack/bin/directory for configuration, telemetry, and state management. It also usesevalandsourceon the output of these binaries. - [COMMAND_EXECUTION]: The skill performs Git operations including
git fetch,git merge,git add, andgit committo synchronize context and update the project'sCLAUDE.mdfile with routing rules. - [DATA_EXFILTRATION]: Usage analytics (skill names, durations, and repository names) are logged to
~/.gstack/analytics/and may be sent to a remote telemetry endpoint if enabled. - [EXTERNAL_DOWNLOADS]: The skill references the external domain
garryslist.orgfor documentation and may download state or artifacts from user-configured remote Git repositories during synchronization.
Audit Metadata