English

Adaptive Hierarchical Evaluation of LLMs and SAST tools for CWE Prediction in Python

Software Engineering 2026-01-06 v1 Artificial Intelligence

Abstract

Large Language Models have become integral to software development, yet they frequently generate vulnerable code. Existing code vulnerability detection benchmarks employ binary classification, lacking the CWE-level specificity required for actionable feedback in iterative correction systems. We present ALPHA (Adaptive Learning via Penalty in Hierarchical Assessment), the first function-level Python benchmark that evaluates both LLMs and SAST tools using hierarchically aware, CWE-specific penalties. ALPHA distinguishes between over-generalisation, over-specification, and lateral errors, reflecting practical differences in diagnostic utility. Evaluating seven LLMs and two SAST tools, we find LLMs substantially outperform SAST, though SAST demonstrates higher precision when detections occur. Critically, prediction consistency varies dramatically across models (8.26%-81.87% agreement), with significant implications for feedback-driven systems. We further outline a pathway for future work incorporating ALPHA penalties into supervised fine-tuning, which could provide principled hierarchy-aware vulnerability detection pending empirical validation.

Keywords

Cite

@article{arxiv.2601.01320,
  title  = {Adaptive Hierarchical Evaluation of LLMs and SAST tools for CWE Prediction in Python},
  author = {Muntasir Adnan and Carlos C. N. Kuhn},
  journal= {arXiv preprint arXiv:2601.01320},
  year   = {2026}
}
R2 v1 2026-07-01T08:49:34.670Z