paper-with-me

Papers

Towards Reliable Local Security Agents: Verifiable Post-Training for Linux Privilege Escalation

2026-03-18 · Philipp Normann, Andreas Happe, Jürgen Cito, Daniel Arp arxiv

LLM agents are becoming increasingly important in the security domain, but leading systems are often closed-source, cloud-based, hard to reproduce or use with sensitive code. This creates a need for small, local models that can perform security tasks under strict resource constraints, though effective methods for developing them remain unexplored. In this paper, we address this gap by proposing a two-stage post-training recipe that turns a small local language model into a security agent. To this end, we focus on Linux privilege escalation as a representative setting to systematically study the training of local models, as the task is both automatically verifiable and requires multi-step interactive reasoning. Using an experimental setup that mitigates data leakage, we post-train a small 4B model in two stages: supervised fine-tuning on traces from procedural privilege-escalation environments, followed by reinforcement learning with verifiable rewards. On a held-out benchmark of 12 Linux privilege-escalation scenarios, supervised fine-tuning doubles the baseline success rate under a tight budget of 20 interaction rounds, and subsequent reinforcement learning training improves our model, PrivEsc-LLM 4B, to 93.3% success, behind only Claude Opus 4.7 at this budget. At the same time, the expected inference cost per successful escalation decreases by more than 80x. Our findings not only show that small local models can be adapted to complex security tasks, but also document the challenges involved, offering guidance for transferring this recipe to other settings.

📄 PDF Abstract BibTeX arXiv:2603.17673

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

A Novel Zero-Trust Identity Framework for Agentic AI: Decentralized Authentication and Fine-Grained Access Control

2025-05-25 · Ken Huang, Vineeth Sai Narajala, John Yeoh, Jason Ross 외

Traditional Identity and Access Management (IAM) systems, primarily designed for human users or static machine identities via protocols such as OAuth, OpenID Connect (OIDC), and SAML, prove fundamentally inadequate for t…

AttributeManagementPrivacy Preserving

Self-evolving expertise in complex non-verifiable subject domains: dialogue as implicit meta-RL

2025-10-17 · Richard M. Bailey arxiv

So-called `wicked problems', those involving complex multi-dimensional settings, non-verifiable outcomes, heterogeneous impacts and a lack of single objectively correct answers, have plagued humans throughout history. Mo…

Reinforcement Learning

The Aegis Protocol: A Foundational Security Framework for Autonomous AI Agents

2025-08-22 · Sai Teja Reddy Adapala, Yashwanth Reddy Alugubelly arxiv

The proliferation of autonomous AI agents marks a paradigm shift toward complex, emergent multi-agent systems. This transition introduces systemic security risks, including control-flow hijacking and cascading failures, …

Verifiable Process Rewards for Agentic Reasoning

2026-05-11 · Huining Yuan, Zelai Xu, Huaijie Wang, Xiangmin Yi 외 arxiv

Reinforcement learning from verifiable rewards (RLVR) has improved the reasoning abilities of large language models (LLMs), but most existing approaches rely on sparse outcome-level feedback. This sparsity creates a cred…

Reinforcement LearningLogical Reasoning

Time to REFLECT: Can We Trust LLM Judges for Evidence-based Research Agents?

2026-05-18 · Leyao Wang, Yanan He, Peng Chen, Asaf Yehudai 외 arxiv

Deep research agents increasingly automate complex information-seeking tasks, producing evidence-grounded reports via multi-step reasoning, tool use, and synthesis. Their growing role demands scalable, reliable evaluatio…