continue-here
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill generates a local shell script at
~/.claude/hooks/continue-here/read-continuation.shand modifies~/.claude/settings.jsonto execute this script automatically on session start. This creates a persistence mechanism within the agent's environment to maintain state across sessions. - [PROMPT_INJECTION]: The skill introduces an indirect prompt injection surface by instructing the agent to automatically ingest and act upon the contents of
CONTINUE_HERE.mdat the start of every session. If an attacker modifies this file in a shared repository, they could influence the agent's behavior in subsequent sessions. - Ingestion points: The
CONTINUE_HERE.mdfile is read via a startup hook script and project-levelCLAUDE.mdinstructions. - Boundary markers: The startup script performs JSON escaping for transport, and
CLAUDE.mdprovides basic validation instructions (e.g., checking the file age), but no strict semantic delimiters are used to separate the file content from system instructions. - Capability inventory: The skill leverages
Read,Write,Bash,Grep, andGlobtools. - Sanitization: No sanitization or filtering of the markdown content is performed before it is injected into the language model's context.
Audit Metadata