- Store API keys in
.envlocally or in platform environment settings. - Never commit real keys to the repository.
- Rotate keys if you suspect accidental exposure.
- Review screenshots for exposed tokens.
- Avoid copying real credentials into issue comments or PR descriptions.
- Keep security-sensitive fixes focused and easy to review.
Use .env.example as the template for required variables.
Use a private maintainer contact path for security concerns instead of public issues.