paper-with-me

홈 › Papers

From Detection to Prevention: Explaining Security-Critical Code to Avoid Vulnerabilities

2026-01-31 · Ranjith Krishnamurthy, Oshando Johnson, Goran Piskachev, Eric Bodden arxiv

Security vulnerabilities often arise unintentionally during development due to a lack of security expertise and code complexity. Traditional tools, such as static and dynamic analysis, detect vulnerabilities only after they are introduced in code, leading to costly remediation. This work explores a proactive strategy to prevent vulnerabilities by highlighting code regions that implement security-critical functionality -- such as data access, authentication, and input handling -- and providing guidance for their secure implementation. We present an IntelliJ IDEA plugin prototype that uses code-level software metrics to identify potentially security-critical methods and large language models (LLMs) to generate prevention-oriented explanations. Our initial evaluation on the Spring-PetClinic application shows that the selected metrics identify most known security-critical methods, while an LLM provides actionable, prevention-focused insights. Although these metrics capture structural properties rather than semantic aspects of security, this work lays the foundation for code-level security-aware metrics and enhanced explanations.

📄 PDF Abstract BibTeX arXiv:2602.00711

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLM-Based Threat Detection and Prevention Framework for IoT Ecosystems

2025-05-01 · Yazan Otoum, Arghavan Asad, Amiya Nayak

The increasing complexity and scale of the Internet of Things (IoT) have made security a critical concern. This paper presents a novel Large Language Model (LLM)-based framework for comprehensive threat detection and pre…

Anomaly DetectionLanguage ModelingLanguage ModellingLarge Language Model

Hybrid CNN-LSTM Framework for Intelligent Cyber Attack Detection and Prevention in U.S. Critical Digital Infrastructure: A Comparative Machine Learning Evaluation on CSE-CIC-IDS2018

2026-06-04 · Md. Iqbal Hossan, Md. Serajul Kabir Chowdhury Rubel, Md. Arifur Rahman, B. M. Taslimul Haque arxiv

Digital infrastructure is growing at a rapid pace in the United States, and as a result, exposure to advanced cyber threats to critical sectors including healthcare, finance, transportation, energy and government systems…

Feature EngineeringIntrusion Detection

Ensemble of Precision-Recall Curve (PRC) Classification Trees with Autoencoders

2025-09-06 · Jiaju Miao, Wei Zhu arxiv

Anomaly detection underpins critical applications from network security and intrusion detection to fraud prevention, where recognizing aberrant patterns rapidly is indispensable. Progress in this area is routinely impede…

Intrusion DetectionAnomaly Detection

Ensemble learning techniques for intrusion detection system in the context of cybersecurity

2022-12-21 · Andricson Abeline Moreira, Carlos A. C. Tojeiro, Carlos J. Reis, Gustavo Henrique Massaro 외

Recently, there has been an interest in improving the resources available in Intrusion Detection System (IDS) techniques. In this sense, several studies related to cybersecurity show that the environment invasions and in…

Ensemble LearningIntrusion Detection

Zero-Trust Artificial Intelligence Model Security Based on Moving Target Defense and Content Disarm and Reconstruction

2025-03-03 · Daniel Gilkarov, Ran Dubin

This paper examines the challenges in distributing AI models through model zoos and file transfer mechanisms. Despite advancements in security measures, vulnerabilities persist, necessitating a multi-layered approach to …