Code Review
Reviews staged/recent changes in TenantFlow for security, correctness, and quality.
Workflow
- Identify what changed —
git diff --statto see scope - Security pass — check for: tenant data leaks (missing tenantId filters), exposed secrets, auth bypass, IDOR, Stripe webhook signature skipping
- Correctness pass — does the logic match the intent? edge cases handled? subscription tier gates enforced?
- Quality pass — readability, test coverage, adherence to
[Description truncada. Veja o README completo no GitHub.]