
Human-evaluated benchmark for assessing LLM performance on real-world vulnerability identification, explanation, and remediation across 15+ languages with multi-file context.
Official GitHub Repo: https://github.com/AfterQuery/vader
Hugging Face Dataset: https://huggingface.co/datasets/AfterQuery/vader
VADER is a human-evaluated benchmark designed to measure how well large language models (LLMs) handle real-world software vulnerabilities. It contains 174 real-world vulnerability cases (curated from open-source repositories) covering four tasks:
These cases span 15+ programming languages (e.g. JavaScript, Python, Go, C/C++, PHP, etc.) and often include multi-file context, mimicking real-world development environments.
Clone the repository and install dependencies:
git clone https://github.com/AfterQuery/vader.git
cd vader
pip install -r requirements.txt