Skip to main content
Require data classification labels on all memory writes and enforce minimum classification levels per scope. Global and shared memory require public classification; user-scoped memory allows internal data.

Policy JSON

What It Does

  • Requires classification labels on all memory writes (public, internal, confidential, restricted)
  • Enforces scope-based rules — global/shared memory only accepts public data; user memory accepts internal or lower
  • Governs reads — agents can only read data at or below their classification level
  • Prevents accidental data leakage between scopes with different sensitivity levels

Example

Agent attempts to write confidential data to shared memory: Decision object:

Install

Customize

Classification levels from least to most sensitive: publicinternalconfidentialrestricted. For healthcare, set user scope to restricted and combine with the HIPAA Healthcare Pack.