Resources · Security
Security best practices
Guidelines we follow on every project: secrets management, code review and audits.
Secrets management
No credentials are stored in source code. We use secrets managers (AWS Secrets Manager, encrypted environment variables) and periodic rotation of access keys.
Code review
Every change goes through review by at least one senior engineer before merging into the main branch, with automated static analysis on every pull request.
Audits
For projects that handle sensitive data, we coordinate external security audits before launching to production.