This repository is a portfolio project and receives maintenance updates on best effort.
If you discover a security issue:
- Do not publish it publicly first.
- Open a private communication channel with the repository owner.
- Provide reproduction steps, impact, and suggested mitigation.
Security posture relies on:
- frequent pnpm lockfile updates
- production dependency auditing
- CI checks using pnpm audit --prod
Run locally:
pnpm run audit:all- Environment-specific endpoints through .env files
- No hardcoded remote URLs in production configuration
- Mandatory CI checks on pull requests