Skip to content

Plugin Marketplace

Plugins extend Claude Code with additional capabilities within the SCC sandbox.

The official SCC plugin marketplace:

{
"marketplaces": {
"sandboxed-code-official": {
"source": "github",
"owner": "CCimen",
"repo": "sandboxed-code-plugins"
}
}
}
plugin-name@marketplace-name

Examples:

  • scc-safety-net@sandboxed-code-official
  • java-analyzer@internal

Blocks destructive git commands. Recommended for all organizations.

  • java-analyzer - Java/Spring Boot support
  • python-tools - Python development tools
  • react-devtools - React development support

Plugins are installed via organization or team configuration:

{
"defaults": {
"enabled_plugins": [
"scc-safety-net@sandboxed-code-official"
]
}
}

Plugins are atomic trust units:

  • If allowed, all bundled MCP servers are also allowed
  • Security blocks apply to plugin names, not internals
  • Use blocked_plugins patterns to restrict