Platform Platform
System
ConceptsEnginePolicy as codeDeclarationsSafe changeGatewaysIntegrationsObservabilityAdministrationSecurityHuman reviewAudit and evidenceData retentionSecrets and data classification
Controls
Registries and documentationAuthentication and authorizationInjection detectionData redactionCode fingerprintingRole and judge checksContent classificationSpend and loop limitsBusiness rules
Solutions Solutions
By what you do
Sell into the enterpriseControl the AI you run
By industry
Financial servicesDigital assetsInsuranceHealthcareLegalUser-generated content
By discipline
AI governanceTrust and safetyRisk and compliance
Cases Cases Embedded control planeSource-code leakTrading agents over MCPLive firehoseRefund assistant
Compare Compare LiteLLMNVIDIA NeMo GuardrailsOPAROOSTAgent Governance Toolkit
Resources Resources
Guides
Enterprise review questionsPrompt injectionAgent and control layerAgent architecturesDecision system mapAI control maturity model
Standards
Standards OWASP Agent Control StandardEU AI ActPMI AI standardNIST AI RMFERC-8004
Book a demo
Cases

Source-code leak at a large enterprise

Thousands of developers, each running a coding agent that reads the repository and sends what it needs to a model.

The policy took a minute. The detection was the hard part.

"Our source code does not go to an external model" is one sentence. Knowing that this block of text is theirs is the part nobody had solved.

A developer runs a coding agent — Claude Code, Codex, Cursor — and the agent decides what to send. The file being edited, the three others it opened to understand it, a function it has already half-rewritten. Nobody chose to share any of it, and nobody watched it go. Matching strings against a repository finds nothing, because what leaves is never quite what is committed. A secret scanner finds an API key and misses the pricing engine.

So we built the detector

It fingerprints their own code and recognizes it at the moment the agent is about to send it. It runs in the same path as every other control, and its verdicts go into the same record. How it works, including why it stays separate from personal-data redaction.

The alternative they had

Banning the agent outright. That is what companies in this position do, and it is worse for the business than governing it. The tool gets used anyway, on personal accounts, where nothing is recorded.

Book a demo