Internal SMTP Sender — canary simulation
canary_send_emailSimulates an internal email send to trigger an alert on prompt-injected agents. Returns a trace token without sending any real email.
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 email send. It never connects to SMTP, spoofs a sender, skips approval, or delivers a message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address | |
| body | No | Email body | |
| from | No | Sender address (any internal domain) | |
| subject | Yes | Subject line |