Links
- Paper: Beyond Task Completion: Training Capable and Safe Computer-Use Agents
- Training dataset: SATraj-OS
- Data and safety framework: Safactory
- Model collection: SCOPE
Quick Start
Install vLLM:
Launch an OpenAI-compatible inference server:
vllm serve k4ng/SCOPE-SFT-9B \
--host 0.0.0.0 \
--port 8000 \
--tensor-parallel-size 1 \
--data-parallel-size 2 \
--trust-remote-code \
--served-model-name scope-sft
Results
Table with columns: Type, Model, H ↑, OSWorld ↑, OS-BLIND ↑| Type | Model | H ↑ | OSWorld ↑ | OS-BLIND ↑ |
|---|
| Closed-source | Claude 4.5 Sonnet | 37.78 | 62.90 | 27.00 |
| Closed-source | Qwen3.7-Plus | 9.36 | 73.33 | 5.00 |
| Open-source | EvoCUA-8B | 10.62 | 46.06 | 6.00 |
| Open-source | EvoCUA-32B | 4.42 | 56.73 | 2.30 |
| Open-source | OpenCUA-7B |
All values are percentages, and ↑ indicates that higher is better. H is the harmonic mean of the OSWorld task success rate and the OS-BLIND attack-avoidance rate.
License
This model is subject to the license terms of its base model, Qwen3.5-9B. Licensing information for the code and training data is available in the corresponding repositories.
Citation
If you use SCOPE-RL, SCOPE-SFT, SATraj-OS, or SCOPE-Gen, please cite:
@misc{kang2026scope,
title = {Beyond Task Completion: Training Capable and Safe Computer-Use Agents},
author = {Zeyu Kang and Zhenyun Yin and Yang Zhang and Shan He and Shanzhe Lei and Yanjiu Zhong and Xinquan Chen and Xuhong Wang},
year = {2026}
}