Assertain: Automated Security Assertion Generation Using Large Language Models

πŸ“… 2026-04-01
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This work addresses the growing hardware security challenges in modern System-on-Chip designs, where manually authored security properties have become a bottleneck for formal verification. The authors propose a large language model–driven approach that integrates RTL semantic analysis, mapping to Common Weakness Enumerations (CWEs), and threat modeling to automatically generate syntactically correct and semantically consistent SystemVerilog security assertions. Leveraging a self-reflection optimization mechanism, the method significantly outperforms GPT-5 across 11 representative hardware designs, achieving relative improvements of 61.22% in correct assertion generation rate, 59.49% in unique CWE coverage, and 67.92% in architectural vulnerability detection. These results demonstrate a substantial expansion in vulnerability coverage breadth and a marked enhancement in assertion quality.
πŸ“ Abstract
The increasing complexity of modern system-on-chip designs amplifies hardware security risks and makes manual security property specification a major bottleneck in formal property verification. This paper presents Assertain, an automated framework that integrates RTL design analysis, Common Weakness Enumeration (CWE) mapping, and threat model intelligence to automatically generate security properties and executable SystemVerilog Assertions. Assertain leverages large language models with a self-reflection refinement mechanism to ensure both syntactic correctness and semantic consistency. Evaluated on 11 representative hardware designs, Assertain outperforms GPT-5 by 61.22%, 59.49%, and 67.92% in correct assertion generation, unique CWE coverage, and architectural flaw detection, respectively. These results demonstrate that Assertain significantly expands vulnerability coverage, improves assertion quality, and reduces manual effort in hardware security verification.
Problem

Research questions and friction points this paper is trying to address.

hardware security
security assertion generation
formal verification
System-on-Chip
manual specification bottleneck
Innovation

Methods, ideas, or system contributions that make the work stand out.

automated security assertion
large language models
self-reflection refinement
CWE mapping
hardware security verification
πŸ”Ž Similar Papers
No similar papers found.