paper-with-me

홈 › Papers

Security of LLM-generated Code: A Comparative Analysis

2026-05-21 · Srivathsan G Morkonda, Mahmoud Selim, Hala Assal arxiv

The majority of software developers use or are planning to use Artificial Intelligence (AI) tools in their development processes. Their top reasons include improving productivity and faster learning. In fact, Large Language Model (LLM)-generated code is currently in production, including in major tech companies. However, concerns were raised about the risks associated with the use of AI tools to generate code. In this paper, we focus our attention on the risks to software security. We empirically evaluate the security of code generated by seven popular LLMs. We build upon previous work to mimic the behaviours of developers when using LLMs to generate code. Our results show that all seven LLMs that we have evaluated generate code that contains vulnerabilities, the majority of which are of critical or high severity.

📄 PDF Abstract BibTeX arXiv:2605.23091

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Comparative Study of Static Code Analysis tools for Vulnerability Detection in C/C++ and JAVA Source Code

2020-10-20 · 2020 2020 10 · Prof. Arvinder Kaur, Ruchikaa Nayyar

Software security has become an essential component of software development process. It is necessary for an organisation to maintain software security in order to ensure integrity, authenticity and availability of the s…

Vulnerability Detection

LLMSecEval: A Dataset of Natural Language Prompts for Security Evaluations

2023-03-16 · Catherine Tony, Markus Mutas, Nicolás E. Díaz Ferreyra, Riccardo Scandariato

Large Language Models (LLMs) like Codex are powerful tools for performing code completion and code generation tasks as they are trained on billions of lines of code from publicly available sources. Moreover, these models…

Code CompletionCode Generation

Comparative Analysis of Machine Learning based Intrusion Detection in Realistic IoT Networks

2026-06-30 · Rana Alharbi, Chuadhry Mujeeb Ahmed arxiv

The Internet of Things (IoT) is rapidly growing and expanding into various sectors, such as healthcare, transportation, smart homes, and more. Despite the benefits of using IoT devices, they present several challenges. G…

Intrusion Detection

Safer Builders, Risky Maintainers: A Comparative Study of Breaking Changes in Human vs Agentic PRs

2026-03-29 · K M Ferdous, Dipayan Banik, Kowshik Chowdhury, Shazibul Islam Shamim arxiv

AI coding agents are increasingly integrated into modern software engineering workflows, actively collaborating with human developers to create pull requests (PRs) in open-source repositories. Although coding agents impr…

Code Generation

The Hidden Risks of LLM-Generated Web Application Code: A Security-Centric Evaluation of Code Generation Capabilities in Large Language Models

2025-04-29 · Swaroop Dora, Deven Lunkad, Naziya Aslam, S. Venkatesan 외

The rapid advancement of Large Language Models (LLMs) has enhanced software development processes, minimizing the time and effort required for coding and enhancing developer productivity. However, despite their potential…

Code Generation