paper-with-me

홈 › Papers

A Hybrid LLM-Based Framework for Automated Security Annotation Generation in Business Process Models

2026-08-14 · Md Kamrul Islam, Tiphaine Henry, Mattia Salnitri, Julius Köpke, Sami Souihi arxiv

The modelling and analysis of secure business processes require the incorporation of security annotations into process models. Although BPMN extensions, including SecBPMN2, exist for this purpose, the derivation of accurate and complete security annotations from natural-language specifications remains a manual, expert-intensive, and error-prone task. This paper presents a hybrid framework that takes a BPMN process model and a security requirements document as input and automatically generates security annotations adhering to the SecBPMN2 specification. The approach combines Large Language Model (LLM)--based semantic extraction with schema-constrained mapping, rule-based normalization, and deterministic validation. The framework is evaluated comprehensively on a curated dataset of 27 process models from various domains. The results indicate that it consistently produces structurally valid SecBPMN2 annotations with high schema completeness. Compared to human security analysts, the system achieves substantially higher precision (0.58 vs. 0.29) while maintaining comparable recall (0.52 vs. 0.50) and reduces erroneous or misplaced annotations by nearly 50%. In addition, annotation generation is significantly faster than manual annotation. These findings demonstrate that hybrid LLM- and rule-based automation can reduce modeling effort while improving consistency and reliability, thereby providing a scalable foundation for security-by-design BPM.

📄 PDF Abstract BibTeX arXiv:2608.14370

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An Approach for a Supporting Multi-LLM System for Automated Certification Based on the German IT-Grundschutz

2026-06-24 · Lea Roxanne Muth, Marian Margraf arxiv

This paper presents a novel approach to perform semi-automated BSI IT-Grundschutz certification using a MultiLarge Language Model system (MLS) with Hybrid RetrievalAugmented Generation (HybridRAG). Facing the challenges …

Knowledge Graphs

Advancing Autonomous Incident Response: Leveraging LLMs and Cyber Threat Intelligence

2025-08-14 · Amine Tellache, Abdelaziz Amara Korba, Amdjed Mokhtari, Horea Moldovan 외 arxiv

Effective incident response (IR) is critical for mitigating cyber threats, yet security teams are overwhelmed by alert fatigue, high false-positive rates, and the vast volume of unstructured Cyber Threat Intelligence (CT…

Response Generation

Towards the Development of an LLM-Based Methodology for Automated Security Profiling in Compliance with Ukrainian Cybersecurity Regulations

2026-04-07 · Daniil Shafranskyi, Iryna Stopochkina, Mykola Ilin arxiv

In recent years, the pace of development of information technology in various areas has increased drastically, forcing cybersecurity specialists to constantly review existing processes in order to prevent unauthorized ac…

Adapting Large Language Models to Emerging Cybersecurity using Retrieval Augmented Generation

2025-10-31 · Arnabh Borah, Md Tanvirul Alam, Nidhi Rastogi arxiv

Security applications are increasingly relying on large language models (LLMs) for cyber threat detection; however, their opaque reasoning often limits trust, particularly in decisions that require domain-specific cybers…

Training Language Models to Generate Quality Code with Program Analysis Feedback

2025-05-28 · Feng Yao, Zilong Wang, Liyuan Liu, Junxia Cui 외

Code generation with large language models (LLMs), often termed vibe coding, is increasingly adopted in production but fails to ensure code quality, particularly in security (e.g., SQL injection vulnerabilities) and main…

Code Generation