Security Check
Scan the current codebase or recent changes for security issues.
Focus areas:
- •Input validation — Are all user inputs validated before use?
- •Injection — SQL injection, command injection, path traversal, XSS
- •Authentication — Session handling, password storage, token management
- •Secrets — No hardcoded keys, tokens, passwords, or connection strings
- •Dependencies — Known vulnerabilities in packages