Claude Code Security — Now Available to All Enterprise Plan Customers
Following three days in limited preview, Claude Code Security is now available to all Enterprise plan customers without a waitlist. The mode can be activated via a toggle in the workspace admin console and applies to all Claude Code sessions for users in the workspace. When active, every code execution request is routed through a hardened sandbox, and all generated or modified code is automatically scanned for secrets, CVEs in imported packages, and common vulnerability patterns before being written to disk.
What the security mode adds
- Static analysis on write — integrates with Semgrep rules (configurable per workspace) to flag vulnerabilities before code is committed
- Secret scanning — blocks any file write that would embed API keys, tokens, or high-entropy strings matching common secret patterns
- Dependency audit — checks newly added package dependencies against OSV and NVD databases before installation
- Audit trail — every tool call Claude makes in a security-mode session is logged to the workspace audit log with before/after diffs
The mode is billed as an addition to the standard Enterprise seat price, with no per-scan surcharge. Anthropic notes that the security mode is not a replacement for a professional security review but is designed to catch the most common classes of AI-introduced vulnerabilities in day-to-day coding workflows.