How to stop Hermes Agent from sending Zoho Mail emails
needs access to Zoho Mail for reading emails and writing drafts, but it should not be able to send emails itself. The intended setup is for Hermes to read messages and prepare email , while a separate script handles the final sending step.
The main concern is that Hermes tool-level restrictions may not be enough, because the agent might work around them under strong pressure. Possible approaches include using an or a custom script so Hermes only receives a path that cannot send mail.
Key points
- Give Hermes Zoho Mail access for reading and writing, but not for sending.
- Use a separate script for the final email sending step.
- Do not depend only on Hermes tool-level restrictions for risky actions.
- An or custom script could separate draft creation from sending.
- For email , split preparation from final execution.