CRAISep 24, 2025

STAF: Leveraging LLMs for Automated Attack Tree-Based Security Test Generation

arXiv:2509.20190v11 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses the need for automated security testing in automotive development, though it appears incremental as it builds on existing attack tree and LLM methods.

The paper tackles the labor-intensive problem of generating security test cases from attack trees in automotive systems by introducing STAF, a framework that uses LLMs and a self-corrective RAG approach to automate this process, resulting in significant improvements in efficiency, accuracy, and scalability.

In modern automotive development, security testing is critical for safeguarding systems against increasingly advanced threats. Attack trees are widely used to systematically represent potential attack vectors, but generating comprehensive test cases from these trees remains a labor-intensive, error-prone task that has seen limited automation in the context of testing vehicular systems. This paper introduces STAF (Security Test Automation Framework), a novel approach to automating security test case generation. Leveraging Large Language Models (LLMs) and a four-step self-corrective Retrieval-Augmented Generation (RAG) framework, STAF automates the generation of executable security test cases from attack trees, providing an end-to-end solution that encompasses the entire attack surface. We particularly show the elements and processes needed to provide an LLM to actually produce sensible and executable automotive security test suites, along with the integration with an automated testing framework. We further compare our tailored approach with general purpose (vanilla) LLMs and the performance of different LLMs (namely GPT-4.1 and DeepSeek) using our approach. We also demonstrate the method of our operation step-by-step in a concrete case study. Our results show significant improvements in efficiency, accuracy, scalability, and easy integration in any workflow, marking a substantial advancement in automating automotive security testing methodologies. Using TARAs as an input for verfication tests, we create synergies by connecting two vital elements of a secure automotive development process.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes