--- license: apache-2.0 models: - qmxme/Qwen3-0.6B-cmdguard task_categories: - text-classification language: - en tags: - cli - command-safety - coding-agents size_categories: - n<1K --- # cmdguard-dataset Hand-labeled CLI commands for training a binary classifier: **exploring** (read-only) vs **mutating** (changes state). ## Format Chat-style JSONL — each line is: ```json {"messages": [{"role": "user", "content": "Classify: git status"}, {"role": "assistant", "content": "exploring"}]} ``` ## Splits | Split | Examples | Balance | |-------|----------|---------| | `train.jsonl` | 354 | 168 exploring / 168 mutating + 18 targeted | | `eval.jsonl` | 20 | 10 exploring / 10 mutating | ## Coverage git, docker, kubectl, helm, terraform, npm/yarn/pnpm, pip, cargo, go, systemctl, apt/dnf/pacman/brew/nix, AWS CLI, gcloud, az, filesystem ops, networking tools, process management, databases, and more.