Standard Entity Rules
Pre-trained detectors for the categories regulations care about.
Pre-trained detectors for the categories regulations care about.
Standard Entity Rules are pre-trained detectors for sensitive data categories - PII, payment data, government IDs, network identifiers. Each entity has a detector, a configurable confidence threshold, and an action that fires when the detector matches. This page is the per-entity reference; for the architecture, start with the Security Gateway overview.
Detection runs on a Presidio-based stack underneath. For each entity type, Agent Handler scans tool inputs and outputs against:
Each match comes back with a confidence score from 0.0 to 1.0. Each rule has a threshold. Above the threshold, the rule’s action fires; below, the match is ignored.
For every entity type, you set:
Configuration lives at Security → Rules → Default rules.
Each rule fires one of three actions per direction:
[REDACTED:EMAIL], for example). The call proceeds.Allow is for visibility. Redact is the right default for most categories. Block is for categories you absolutely don’t want crossing the boundary in either direction.
Agent Handler ships detectors for the categories below. Some are region-specific; the regional toggle controls whether the detector fires.
Default rules apply org-wide. Per-tool-pack overrides change the action just for one pack - useful when one agent surface has a legitimate reason to bypass. Common patterns: block credit cards org-wide and allow on a payments pack; redact emails org-wide and allow on a CRM pack; block SSNs everywhere except a payroll pack.
Configure overrides on the Tool Pack’s Rules tab. Each override picks an entity and an action.
The default 0.5 confidence threshold works well for high-precision entities (CREDIT_CARD, EMAIL_ADDRESS, IBAN_CODE) and is too aggressive for fuzzy entities (PERSON, LOCATION, URL).
If a rule is firing on legitimate traffic, raise its threshold. If a rule is missing data you’d expect it to catch, lower it.
The Rule Tester lets you paste a sample input and see exactly which entities and confidences come back. Use it to dial in thresholds before deploying changes.
For anything the standard catalog doesn’t cover - internal customer IDs, project codes, employee numbers - use Custom Regex Rules instead.
Detect anything the standard catalog doesn’t cover with Custom Regex Rules.