paper-with-me

Papers

Agentic AI for Autonomous Defense in Software Supply Chain Security: Beyond Provenance to Vulnerability Mitigation

2025-12-29 · Toqeer Ali Syed, Mohammad Riyaz Belgaum, Salman Jan, Asadullah Abdullah Khan, Saad Said Alqahtani arxiv

The software supply chain attacks are becoming more and more focused on trusted development and delivery procedures, so the conventional post-build integrity mechanisms cannot be used anymore. The available frameworks like SLSA, SBOM and in toto are majorly used to offer provenance and traceability but do not have the capabilities of actively identifying and removing vulnerabilities in software production. The current paper includes an example of agentic artificial intelligence (AI) based on autonomous software supply chain security that combines large language model (LLM)-based reasoning, reinforcement learning (RL), and multi-agent coordination. The suggested system utilizes specialized security agents coordinated with the help of LangChain and LangGraph, communicates with actual CI/CD environments with the Model Context Protocol (MCP), and documents all the observations and actions in a blockchain security ledger to ensure integrity and auditing. Reinforcement learning can be used to achieve adaptive mitigation strategies that consider the balance between security effectiveness and the operational overhead, and LLMs can be used to achieve semantic vulnerability analysis, as well as explainable decisions. This framework is tested based on simulated pipelines, as well as, actual world CI/CD integrations on GitHub Actions and Jenkins, including injection attacks, insecure deserialization, access control violations, and configuration errors. Experimental outcomes indicate better detection accuracy, shorter mitigation latency and reasonable build-time overhead than rule-based, provenance only and RL only baselines. These results show that agentic AI can facilitate the transition to self defending, proactive software supply chains rather than reactive verification ones.

📄 PDF Abstract BibTeX arXiv:2512.23480

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

SOK: A Taxonomy of Attack Vectors and Defense Strategies for Agentic Supply Chain Runtime

2026-02-23 · Xiaochong Jiang, Shiqi Yang, Wenting Yang, Yichen Liu 외 arxiv

Agentic systems based on large language models (LLMs) operate not merely as text generators but as autonomous entities that dynamically retrieve information and invoke tools. This execution model shifts the attack surfac…

Investigating Security Implications of Automatically Generated Code on the Software Supply Chain

2025-09-24 · Xiaofan Li, Xing Gao arxiv

In recent years, various software supply chain (SSC) attacks have posed significant risks to the global community. Severe consequences may arise if developers integrate insecure code snippets that are vulnerable to SSC a…

Code Generation

Agentic AI Security: Threats, Defenses, Evaluation, and Open Challenges

2025-10-27 · Anshuman Chhabra, Shrestha Datta, Shahriar Kabir Nahin, Prasant Mohapatra arxiv

Agentic AI systems powered by large language models (LLMs) and endowed with planning, tool use, memory, and autonomy, are emerging as powerful, flexible platforms for automation. Their ability to autonomously execute tas…

Agentic LLMs in the Supply Chain: Towards Autonomous Multi-Agent Consensus-Seeking

2024-11-15 · Valeria Jannelli, Stefan Schoepf, Matthias Bickel, Torbjørn Netland 외

This paper explores how Large Language Models (LLMs) can automate consensus-seeking in supply chain management (SCM), where frequent decisions on problems such as inventory levels and delivery times require coordination …

Decision MakingManagement

Automating Supply Chain Disruption Monitoring via an Agentic AI Approach

2026-01-14 · Sara AlMahri, Liming Xu, Alexandra Brintrup arxiv

Modern supply chains are increasingly exposed to disruptions from geopolitical events, demand shocks, trade restrictions, to natural disasters. While many of these disruptions originate deep in the supply network, most c…