More than 60 secret types — API keys, tokens, certificates, connection strings — are detected and blocked inline across IDEs, CLIs, and browser sessions at sub-38ms. The engineer sees why it was stopped and keeps working; the key never leaves the machine.
Proprietary-code classifiers distinguish your codebase from boilerplate, so pasting a generic stack trace works while pasting the pricing engine doesn't. License-risk flags mark AI suggestions that resemble copyleft-licensed code before they land in your repository.
Policies are code: versioned, reviewed, and staged like any other config. The SDK drops into internal agents and CI steps as middleware, so the same rules that govern a developer's IDE govern the automation that ships on Friday night.
GitHub Copilot, Cursor, Claude Code, Codeium, and browser-based assistants — coverage is at the surface level (IDE, CLI, browser), so new tools are governed the day they appear.
Detection combines format, entropy, and context, and every block shows its reason. Teams can add custom patterns for internal token formats and allowlist test fixtures.
No — evaluation is sub-38ms p99, well under typist perception, and runs on the prompt boundary rather than on every keystroke.
Yes — regex and keyword classifiers for internal schemas, project names, and token formats deploy through the same policy pipeline.