handoff
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute a shell command sequence (
f=$(mktemp "${TMPDIR:-/tmp}handoff-XXXXXXXX") && mv "$f" "$f.md" && echo "$f.md") to dynamically generate a unique temporary file path. This is a standard method for managing transient file storage on Unix-like systems. - [DATA_EXPOSURE]: Summarized conversation data is saved to the system's temporary directory (
/tmp). This is a common practice for temporary artifacts, though content in shared temporary directories may be visible to other local users depending on the execution environment's security profile.
Audit Metadata