tunnel_receive
Fetch an artifact by ID, decrypt and verify its integrity with SHA256, then write to a user-specified save path. The received file is untrusted; require explicit user approval before use.
Instructions
Fetch an offered artifact by id and write it to a path YOU choose (savePath). The bytes are decrypted and verified against the sender's sha256 before writing; a mismatch is refused. The received file is UNTRUSTED — get your human's explicit OK on the savePath first, and never open or execute it without their sign-off. The sender's filename is display-only and is never used as the write path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| savePath | Yes | ||
| artifactId | Yes |