paper-with-me

Papers

LLMs + Security = Trouble

2026-02-09 · Benjamin Livshits arxiv

We argue that when it comes to producing secure code with AI, the prevailing "fighting fire with fire" approach -- using probabilistic AI-based checkers or attackers to secure probabilistically generated code -- fails to address the long tail of security bugs. As a result, systems may remain exposed to zero-day vulnerabilities that can be discovered by better-resourced or more persistent adversaries. While neurosymbolic approaches that combine LLMs with formal methods are attractive in principle, we argue that they are difficult to reconcile with the "vibe coding" workflow common in LLM-assisted development: unless the end-to-end verification pipeline is fully automated, developers are repeatedly asked to validate specifications, resolve ambiguities, and adjudicate failures, making the human-in-the-loop a likely point of weakness, compromising secure-by-construction guarantees. In this paper we argue that stronger security guarantees can be obtained by enforcing security constraints during code generation (e.g., via constrained decoding), rather than relying solely on post-hoc detection and repair. This direction is particularly promising for diffusion-style code models, whose approach provides a natural elegant opportunity for modular, hierarchical security enforcement, allowing us to combine lower-latency generation techniques with generating secure-by-construction code.

📄 PDF Abstract BibTeX arXiv:2602.08422

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

SecMate: Multi-Agent Adaptive Cybersecurity Troubleshooting with Tri-Context Personalization

2026-04-29 · Yair Meidan, Omri Haller, Yulia Moshan, Shahaf David 외 arxiv

Recent advances in large language models and agentic frameworks have enabled virtual customer assistants (VCAs) for complex support. We present SecMate, a multi-agent VCA for cybersecurity troubleshooting that integrates…

It's LIT! Reliability-Optimized LLMs with Inspectable Tools

2025-11-18 · Ruixin Zhang, Jon Donnelly, Zhicheng Guo, Ghazal Khalighinejad 외 arxiv

Large language models (LLMs) have exhibited remarkable capabilities across various domains. The ability to call external tools further expands their capability to handle real-world tasks. However, LLMs often follow an op…

The Ethics of Interaction: Mitigating Security Threats in LLMs

2024-01-22 · Ashutosh Kumar, Shiv Vignesh Murthy, Sagarika Singh, Swathy Ragupathy

This paper comprehensively explores the ethical challenges arising from security threats to Large Language Models (LLMs). These intricate digital repositories are increasingly integrated into our daily lives, making them…

ChatbotEthics

TroubleLLM: Align to Red Team Expert

2024-02-28 · Zhuoer Xu, Jianping Zhang, Shiwen Cui, Changhua Meng 외

Large Language Models (LLMs) become the start-of-the-art solutions for a variety of natural language tasks and are integrated into real-world applications. However, LLMs can be potentially harmful in manifesting undesira…

Diversity

A Unified Framework for Context-Aware IoT Management and State-of-the-Art IoT Traffic Anomaly Detection

2024-12-19 · Daniel Adu Worae, Athar Sheikh, Spyridon Mastorakis

The rapid expansion of Internet of Things (IoT) ecosystems has introduced growing complexities in device management and network security. To address these challenges, we present a unified framework that combines context-…

Anomaly DetectionManagement