(prefix: string)
| 43 | ] as const); |
| 44 | |
| 45 | const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 46 | |
| 47 | // A sentinel the agent tries to smuggle as a `clientSecret` argument the handoff |
| 48 | // tool does not declare. The secret must never reach the returned URL (nor any |
no test coverage detected