If you discover a security vulnerability within HeatShield, please send an email to sithunyein.mailto@gmail.com. All security vulnerabilities will be promptly addressed.
Please do not open a public GitHub issue to report security vulnerabilities.
- Acknowledgment: Within 48 hours
- Initial Assessment: Within 5 business days
- Fix Released: Within 14 business days (depending on severity)
| Version | Supported |
|---|---|
| 1.0.x | Yes |
- All API keys are stored server-side in environment variables
- No API keys are exposed to the client-side JavaScript
- API routes act as a proxy, keeping credentials on the server
- No user data is stored or logged
- All API communication uses HTTPS
- No cookies or tracking beyond Vercel analytics
- Regular dependency audits via
npm audit - Automated security alerts via GitHub Dependabot
- Never commit API keys or secrets
- Use environment variables for all sensitive configuration
- Validate all user input on the server side
- Use HTTPS for all external API calls
- Follow the principle of least privilege