session-handoff
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to run system-level commands like
ps auxww,git status, andgh pr. These are used to capture the current execution environment and task status for documentation purposes. This behavior is aligned with the skill's primary function of task handoff. - [PROMPT_INJECTION]: The
PICKUPmode introduces a surface for indirect prompt injection by instructing the agent to read and follow the 'handoff' package from a previous session. However, the skill provides clear mitigation strategies: it requires the agent to verify all inherited claims against the current environment ('observed state wins') and to mark unverified information appropriately. * Ingestion points: Input handoff package andCLAUDE.md. * Boundary markers: Explicit verification requirement and prioritization of observed state. * Capability inventory:Bash,Read,Grep, andGlobtools. * Sanitization: Mandatory redaction of credentials and tokens from the state package.
Audit Metadata