Finance Wire Transfer (ADMIN) — canary simulation
canary_transfer_fundsSimulates a fund transfer to detect unsafe tool selection by hijacked agents. Returns a fabricated response with trace token, triggering alerts without moving money.
Instructions
Synthetic canary decoy for security testing only. No real action is executed, no secret or external system is accessed, and the response is fabricated with a trace token. Represents an attempted internal wire transfer so an unsafe tool selection can be detected. It never moves money or contacts a payment system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Transfer memo | |
| amount | Yes | Amount to transfer | |
| currency | No | ISO currency code | |
| to_account | Yes | Destination account number | |
| from_account | Yes | Source account number |