If you discover a security vulnerability, please report it to us immediately:
- Email:
hello@oreenza.com - Response time: Within 48 hours
Do NOT publicly disclose vulnerabilities without prior coordination.
.envfile contains secrets — must never be committed to version control.env.examplecontains placeholders — commit this file only- Production secrets must be set via deployment platform environment variables
- The
/keystaticadmin interface requires authentication - Do not expose in public environments without access controls
- GitHub App credentials must be kept confidential
- The
RESEND_API_KEYcontrols who can send emails via the contact form - Rate-limit the
/api/contactendpoint to prevent abuse/spam - The
CONTACT_FROM_EMAILmust be a verified domain in Resend
- All dependencies are regularly audited via npm audit
- Run
npm auditbefore deploying to production - Monitor GitHub Dependabot alerts
-
.envfile has been removed from version control -
NEXT_PUBLIC_SITE_URLpoints to production domain - All API keys set in deployment platform (not in
.env) - Keystatic GitHub App callback URL includes production domain
-
RESEND_API_KEYandCONTACT_FROM_EMAILconfigured -
npm auditpasses without critical/high vulnerabilities -
/keystaticroute has authentication enabled in production - Rate limiting applied to
/api/contactendpoint
For security concerns: hello@oreenza.com
© 2026 OREENZA. All rights reserved.