resume-handoff
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Indirect Prompt Injection. The skill is designed to ingest and act upon the contents of external handoff documents, research files, and plans. This structure allows instructions embedded within those processed files to potentially influence or override the agent's behavior during the synthesis and task-routing phases.
- Ingestion points: The skill reads files from
thoughts/shared/handoffs/,thoughts/shared/plans, andthoughts/shared/research, as well as user-provided paths. - Boundary markers: There are no specified delimiters or "ignore previous instructions" headers used when interpolating content from these files into the agent's context or when prompting sub-agents.
- Capability inventory: The skill uses the
Readtool to access file contents,TodoWriteto manage project state, and theTasktool to spawn specialist agents based on the analyzed data. - Sanitization: There is no evidence of content validation or sanitization before the external text is used to drive the agent's planning process.
Audit Metadata