概要
This skill empowers developers to recognize and rectify systemic security flaws frequently found in code generated by AI models. It provides deep insights into why AI often suggests outdated cryptographic patterns like MD5 and guides the implementation of modern security standards. By offering practical comparisons between vulnerable code and secure alternatives—including the use of bcrypt for hashing, robust session management with Redis, and proper access control checks—it helps bridge the 'authentication debt' often introduced during automated code generation.