agent-handoff-protocols
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill implements a pattern where state and conversation history from one agent are directly interpolated into the system instructions of a receiving agent, creating an indirect prompt injection surface.
- Ingestion points: The
HandoffContext(containingkey_facts,decisions_made, andconversation_summary) andConversationContinuity(containing conversation history) inSKILL.mdare used to populate future prompts. - Boundary markers: No boundary markers or delimiters are used in
_build_handoff_promptorbuild_continuity_promptto separate untrusted context from the agent's core instructions. - Capability inventory: Receiving agents execute arbitrary tasks and potentially perform further handoffs or tool calls based on the injected context.
- Sanitization: There is no evidence of sanitization or escaping for the strings before they are interpolated into the prompt templates.
Audit Metadata