Sanitizer boundary for AI telemetry and public/tool transport payloads.
The telemetry profile keeps metadata low-cardinality by redacting sensitive keys, bounding nested values, and summarizing payload-shaped fields.
The transport profile preserves more payload detail while converting arbitrary terms into bounded JSON-safe data.
Summary
Functions
Sanitizes arbitrary payloads for a specific boundary profile.
Redacts sensitive keys recursively without changing payload shape otherwise.
Sanitizes event metadata before it crosses the telemetry boundary.
Sanitizes public/tool payloads into bounded JSON-safe data.
Types
Functions
Sanitizes arbitrary payloads for a specific boundary profile.
Redacts sensitive keys recursively without changing payload shape otherwise.
Sanitizes event metadata before it crosses the telemetry boundary.
Sanitizes public/tool payloads into bounded JSON-safe data.