SEAIApr 12

The Code Whisperer: LLM and Graph-Based AI for Smell and Vulnerability Resolution

arXiv:2604.131148.3h-index: 4
AI Analysis

For software engineers, this work provides a unified tool to address both maintainability and security issues, but the improvements are incremental over existing methods.

The paper presents a hybrid framework combining graph-based program analysis with large language models to detect, explain, and repair code smells and vulnerabilities, showing improved detection and repair suggestions over graph-only or language-model-only approaches.

Code smells and software vulnerabilities both increase maintenance cost, yet they are often handled by separate tools that miss structural context and produce noisy warnings. This paper presents The Code Whisperer, a hybrid framework that combines graph-based program analysis with large language models to detect, explain, and repair maintainability and security issues within a unified workflow. The method aligns Abstract Syntax Trees (ASTs), Control Flow Graphs (CFGs), Program Dependency Graphs (PDGs), and token-level code embeddings so that structural and semantic signals can be learned jointly. We evaluate the framework on multi-language datasets and compare it with rule-based analyzers and single-model baselines. The results indicate that the hybrid design improves detection performance and produces more useful repair suggestions than either graph-only or language-model-only approaches. We also examine explainability and CI/CD integration as practical requirements for adopting AI-assisted code review in everyday software engineering workflows.

Foundations

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

Your Notes