Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

SV-LLM: An Agentic Approach for SoC Security Verification using Large Language Models

Created by
  • Haebom

Author

Dipayan Saha, Shams Tarek, Hasan Al Shaikh, Khan Thamid Hasan, Pavan Sai Nalluri, Md. Ajoad Hasan, Nashmin Alam, Jingbo Zhou, Sujan Kumar Saha, Mark Tehranipoor, Farimah Farahmandi

Outline

In this paper, we propose SV-LLM, a large-scale language model (LLM)-based multi-agent system to address the automation, scalability, comprehensiveness, and adaptability challenges of system-on-chip (SoC) security verification. SV-LLM streamlines the SoC security verification workflow by integrating specialized agents for verification question answering, security asset identification, threat modeling, test plan and property generation, vulnerability detection, and simulation-based bug verification. Each agent leverages different learning paradigms, such as network learning, fine-tuning, and search-augmented generation (RAG), to help identify and mitigate risks early in the design phase. We demonstrate the feasibility and effectiveness of SV-LLM through case studies and experiments.

Takeaways, Limitations

Takeaways:
Presenting a new paradigm for SoC security verification automation using LLM-based multi-agent system
Efficient security verification through reduced manual intervention, improved accuracy, and faster security analysis
Risks can be identified and mitigated early in the design phase.
Effective integration of various LLM learning paradigms
Limitations:
Additional verification of applicability and scalability to real-world SoC designs is needed.
Need for generalized performance evaluation for various types of SoC architectures and security threats
Need to address potential errors and reliability issues due to limitations of LLM
Need to improve efficient collaboration and information sharing mechanisms between agents
👍