Section 01
[Introduction] Flowguard: Core Introduction to the LLM-based Intelligent Code Defect Detection and Repair System
Flowguard is an open-source project based on the LLMSAN paper from Purdue University's EMNLP 2024. It applies large language models to source code defect detection and automatic repair. It supports multiple common vulnerability types such as null pointers, division by zero, and type conversion, and provides a complete engineering implementation of FastAPI backend and Next.js frontend, aiming to combine LLM's semantic understanding capabilities to address the limitations of traditional static analysis tools.