Skip to content

V1 Scope

SCC v1 focuses on a safe-by-default runtime wrapper, governed configuration, and clear explainability. This page defines what SCC enforces at runtime, what is advisory, and what is out of scope in v1.

  • Runs Claude Code inside Docker sandboxes with controlled mounts.
  • Distributes org and team configuration consistently across users and projects.
  • Enforces governance where SCC controls the surface.
  • Explains what is active, blocked, or denied and why.
  • No data loss prevention (DLP) guarantees.
  • No inspection of plugin internals (plugins are the trust unit).
  • No hard network egress firewall or proxy enforcement across all traffic.
  • Enforced: SCC changes runtime behavior deterministically.
  • Partially enforced: SCC enforces part of the intent and warns about the rest.
  • Advisory: SCC validates and reports but does not enforce at runtime.
  • Out of scope: SCC does not attempt to govern this surface.
SurfaceStatusNotes
PluginsEnforcedManaged via marketplaces and injected into runtime settings.
MarketplacesEnforcedMaterialized and injected into runtime settings.
MCP servers (org/team/project)EnforcedInjected into runtime settings after policy gates.
MCP servers (.mcp.json)AdvisorySCC does not modify repo files in v1.
MCP servers (plugin-bundled)Out of scopeBlock the plugin to block bundled MCPs.
network_policyPartially enforcedProxy env injection and MCP suppression; not a full egress firewall.
safety_net policyEnforced when enabledEnforced by the scc-safety-net plugin.
session.auto_resumeAdvisoryAccepted in config but not enforced yet.