English

Security Degradation in Iterative AI Code Generation -- A Systematic Analysis of the Paradox

Software Engineering 2025-09-29 v2 Artificial Intelligence Computation and Language Cryptography and Security Machine Learning

Abstract

The rapid adoption of Large Language Models(LLMs) for code generation has transformed software development, yet little attention has been given to how security vulnerabilities evolve through iterative LLM feedback. This paper analyzes security degradation in AI-generated code through a controlled experiment with 400 code samples across 40 rounds of "improvements" using four distinct prompting strategies. Our findings show a 37.6% increase in critical vulnerabilities after just five iterations, with distinct vulnerability patterns emerging across different prompting approaches. This evidence challenges the assumption that iterative LLM refinement improves code security and highlights the essential role of human expertise in the loop. We propose practical guidelines for developers to mitigate these risks, emphasizing the need for robust human validation between LLM iterations to prevent the paradoxical introduction of new security issues during supposedly beneficial code "improvements".

Keywords

Cite

@article{arxiv.2506.11022,
  title  = {Security Degradation in Iterative AI Code Generation -- A Systematic Analysis of the Paradox},
  author = {Shivani Shukla and Himanshu Joshi and Romilla Syed},
  journal= {arXiv preprint arXiv:2506.11022},
  year   = {2025}
}

Comments

Keywords - Large Language Models, Security Vulnerabilities, AI-Generated Code, Iterative Feedback, Software Security, Secure Coding Practices, Feedback Loops, LLM Prompting Strategies

R2 v1 2026-07-01T03:14:10.644Z