Security fixes are handled on the main branch.
Please do not open a public issue for vulnerabilities involving API keys, email content, or the send proxy.
Report security concerns through the contact channel on https://eastondev.com.
- Do not commit
.envfiles with real Resend API keys. - Treat
PUBLIC_RESEND_API_KEYas browser-visible. It is only suitable for local development. - Rotate any key that may have been committed, pasted into a public issue, or used in a public deployment by mistake.
- Review logs for your deployment platform and make sure request bodies and
Authorizationvalues are not stored.
The /api/send route proxies user-provided payloads to Resend. Before exposing a fork publicly, add protections that fit your host:
- Request body size limits
- Rate limiting
- Upstream request timeouts
- Server-side payload validation
- Log redaction for API keys and email content