CyberSecEval

Meta's suite of cybersecurity evaluations for language models, part of Purple Llama.

Records citing CyberSecEval

Mar 10, 2026
OpenAI releases IH-Challenge RL dataset and reports instruction hierarchy gains on injection benchmarks
DefenseDatasetOpenAI

OpenAI describes IH-Challenge, a reinforcement learning dataset of simple, programmatically graded conflicts between higher- and lower-privilege instructions designed to avoid shortcuts such as over-refusal. A GPT-5 Mini variant trained on it (GPT-5 Mini-R) improved on instruction-hierarchy benchmarks and on CyberSecEval 2 and an internal prompt injection benchmark, with little capability loss; the dataset is publicly released.

Apr 29, 2025
Meta releases AutoPatchBench to test AI repair of fuzzing-found C/C++ vulnerabilities
DefenseBenchmarkMeta

Meta introduced AutoPatchBench, part of CyberSecEval 4, with 136 fuzzing-identified C/C++ vulnerabilities and verified fixes, plus a 113-case Lite subset with single-function root causes. Patches are checked by build and crash reproduction, then fuzzing and white-box differential testing; Meta's reference agent generated crash-stopping patches in about 60% of cases, but only 5-11% passed the stricter checks.