← Back to AI Resources

AI Code Review Checklist

What to check before using AI-generated code

AI-generated code can look correct but have subtle bugs, security issues, or use outdated patterns. Run through this checklist before copying code into your project.

🔍 Does It Actually Work?

🔐 Security Check (Critical)

AI often generates insecure code. Always check for:

📦 Dependencies & Compatibility

🎨 Code Quality

Performance

Quick Visual Checks

🔒
No hardcoded secrets?
📝
Input validated?
🧹
Resources cleaned up?
🔄
Errors handled?
📚
Current APIs used?
🎯
Does what you asked?