
ExploitGym هو معيار مرجعي واقعي واسع النطاق مبني على ثغرات من العالم الحقيقي، صُمم لتقييم قدرة وكلاء الذكاء الاصطناعي على تطوير الاستغلالات.
ExploitGym هو معيار واقعي واسع النطاق مبني على ثغرات من العالم الحقيقي عبر برامج مساحة المستخدم، ومحرك V8 من Google، ونواة Linux، مصمم لتقييم قدرة وكلاء الذكاء الاصطناعي على تطوير الاستغلالات (exploits).
# 1. Python deps
uv sync --extra proxy
# 2. Build runtime artifacts (gdb, socat, nc, node + agent CLIs) and
# extract task data
bash scripts/setup/setup_data.sh
# 3. Verify the install
bash scripts/setup/validate.sh
# 4. Pull the Firewall Squid image
docker pull ubuntu/squid:latest
# 5. Pull the Docker images for the tasks you want to run
uv run scripts/setup/pull_images.py data/task_ids/sample.txt
# 6. Start the controller, firewall, and LLM proxy. pre_run.py runs the
# readiness checks and starts all three (auto-detecting any already
# running), or start them by hand — see docs/eval.md
export OPENAI_API_KEY=...
export ANTHROPIC_API_KEY=...
uv run scripts/setup/pre_run.py data/task_ids/sample.txt
# 7. Run the agent
export CYBERGYM_ADMIN_KEY=...
uv run examples/run_agent.py --help
توجد خطوات الإعداد المفصلة (اعتماديات النظام، GDB، ونسخة Node الثابتة، وواجهات سطر أوامر الوكلاء) في docs/setup.md.
examples/run_agent.pyالمعيار المُصدَر تتم صيانته بنشاط. الإصدار الحالي هو v1.0 ويحتوي على 869 حالة. راجع CHANGELOG.md لكامل سجل الإصدارات. قائمة المهام الأساسية للإصدار الحالي هي data/task_ids/v1.txt.
إذا استخدمت ExploitGym في بحثك، يرجى الاستشهاد به:
@article{wang2026exploitgym,
title={ExploitGym: Can AI Agents Turn Security Vulnerabilities into Real Attacks?},
author={Wang, Zhun and Schiller, Nico and Li, Hongwei and Sesha Narayana, Srijiith and Nasr, Milad and Carlini, Nicholas and Qi, Xiangyu and Wallace, Eric and Bursztein, Elie and Invernizzi, Luca and Thomas, Kurt and Shoshitaishvili, Yan and Guo, Wenbo and He, Jingxuan and Holz, Thorsten and Song, Dawn},
journal={arXiv preprint arXiv:2605.11086},
year={2026}
}
كود المصدر مرخّص بموجب Apache-2.0. بيانات المهام المرفقة في data/tasks/ مشتقة من مصادر خارجية وتحتفظ بتراخيص كل منها، راجع DATA_LICENSE.md.