@copilot Review this entire codebase and create a PR that addresses:
- Security: Hardcoded secrets, injection vulnerabilities, missing auth, OWASP Top 10
- Dependencies: Broken/outdated deps, vulnerable packages
- Code Quality: Type errors, missing error handling, dead code
- Build: Ensure the project builds and runs correctly
Focus on critical fixes only. Do not refactor working code.
@copilot Review this entire codebase and create a PR that addresses:
Focus on critical fixes only. Do not refactor working code.