paper-with-me

홈 › Papers

Towards Effective Complementary Security Analysis using Large Language Models

2025-06-20 · Jonas Wagner, Simon Müller, Christian Näther, Jan-Philipp Steghöfer, Andreas Both

A key challenge in security analysis is the manual evaluation of potential security weaknesses generated by static application security testing (SAST) tools. Numerous false positives (FPs) in these reports reduce the effectiveness of security analysis. We propose using Large Language Models (LLMs) to improve the assessment of SAST findings. We investigate the ability of LLMs to reduce FPs while trying to maintain a perfect true positive rate, using datasets extracted from the OWASP Benchmark (v1.2) and a real-world software project. Our results indicate that advanced prompting techniques, such as Chain-of-Thought and Self-Consistency, substantially improve FP detection. Notably, some LLMs identified approximately 62.5% of FPs in the OWASP Benchmark dataset without missing genuine weaknesses. Combining detections from different LLMs would increase this FP detection to approximately 78.9%. Additionally, we demonstrate our approach's generalizability using a real-world dataset covering five SAST tools, three programming languages, and infrastructure files. The best LLM detected 33.85% of all FPs without missing genuine weaknesses, while combining detections from different LLMs would increase this detection to 38.46%. Our findings highlight the potential of LLMs to complement traditional SAST tools, enhancing automation and reducing resources spent addressing false alarms.

📄 PDF Abstract BibTeX arXiv:2506.16899

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Detection of security smells in IaC scripts through semantics-aware code and language processing

2025-09-23 · Aicha War, Adnan A. Rawass, Abdoul K. Kabore, Jordan Samhi 외 arxiv

Infrastructure as Code (IaC) automates the provisioning and management of IT infrastructure through scripts and tools, streamlining software deployment. Prior studies have shown that IaC scripts often contain recurring s…

Investigating cybersecurity incidents using large language models in latest-generation wireless networks

2025-04-14 · Leonid Legashev, Arthur Zhigalov

The purpose of research: Detection of cybersecurity incidents and analysis of decision support and assessment of the effectiveness of measures to counter information security threats based on modern generative models. Th…

Binary ClassificationData PoisoningFeature ImportanceLarge Language Model

KubeGuard: LLM-Assisted Kubernetes Hardening via Configuration Files and Runtime Logs Analysis

2025-09-04 · Omri Sgan Cohen, Ehud Malul, Yair Meidan, Dudu Mimran 외 arxiv

The widespread adoption of Kubernetes (K8s) for orchestrating cloud-native applications has introduced significant security challenges, such as misconfigured resources and overly permissive configurations. Failing to add…

Anomaly Detection

Leveraging Large Language Models for Command Injection Vulnerability Analysis in Python: An Empirical Study on Popular Open-Source Projects

2025-05-21 · Yuxuan Wang, Jingshu Chen, Qingyang Wang

Command injection vulnerabilities are a significant security threat in dynamic languages like Python, particularly in widely used open-source projects where security issues can have extensive impact. With the proven effe…

Vulnerability Detection

Biothreat Benchmark Generation Framework for Evaluating Frontier AI Models II: Benchmark Generation Process

2025-12-09 · Gary Ackerman, Zachary Kallenborn, Anna Wetzel, Hayley Peterson 외 arxiv

The potential for rapidly-evolving frontier artificial intelligence (AI) models, especially large language models (LLMs), to facilitate bioterrorism or access to biological weapons has generated significant policy, acade…

Red Teaming