Isolated Execution
Code runs in Docker sandboxes. Your host system stays protected from AI-generated commands.
Isolated Execution
Code runs in Docker sandboxes. Your host system stays protected from AI-generated commands.
Standardized Configs
Organization-managed profiles distributed via a single URL. No manual setup for developers.
Git Guardrails
Block destructive commands like push --force and reset --hard automatically with safety-net policies.
Parallel Development
Isolated git worktrees per feature branch. Multiple Claude sessions without conflicts.
Install SCC CLI
pip install scc-clipipx install scc-cliuv tool install scc-cliVerify your environment
scc doctorConfigure and launch
scc setup # Paste your org config URLscc start # Launch in current directory| Setting | Org Admin | Team Lead | Developer |
|---|---|---|---|
| Block dangerous plugins | ✅ Sets | ❌ Cannot override | ❌ Cannot override |
| Default plugins for all teams | ✅ Sets | — | — |
| Team-specific plugins | ✅ Approves | ✅ Chooses | — |
| Project-local config (.scc.yaml) | ✅ Can restrict | ✅ Can restrict | ✅ Extends |
| Safety-net policy | ✅ Sets | ❌ Cannot override | ❌ Cannot override |