Plugin Marketplace
Plugins extend Claude Code with additional capabilities within the SCC sandbox.
Official Marketplace
Section titled “Official Marketplace”The official SCC plugin marketplace:
{ "marketplaces": { "sandboxed-code-official": { "source": "github", "owner": "CCimen", "repo": "sandboxed-code-plugins" } }}Plugin Reference Format
Section titled “Plugin Reference Format”plugin-name@marketplace-nameExamples:
scc-safety-net@sandboxed-code-officialjava-analyzer@internal
Available Plugins
Section titled “Available Plugins”scc-safety-net
Section titled “scc-safety-net”Blocks destructive git commands. Recommended for all organizations.
Language Analyzers
Section titled “Language Analyzers”java-analyzer- Java/Spring Boot supportpython-tools- Python development toolsreact-devtools- React development support
Installing Plugins
Section titled “Installing Plugins”Plugins are installed via organization or team configuration:
{ "defaults": { "enabled_plugins": [ "scc-safety-net@sandboxed-code-official" ] }}Plugin Security
Section titled “Plugin Security”Plugins are atomic trust units:
- If allowed, all bundled MCP servers are also allowed
- Security blocks apply to plugin names, not internals
- Use
blocked_pluginspatterns to restrict