Skip to main content

Module response_classifier

Module response_classifier 

Source
Expand description

Response body data classification.

Scans upstream response bodies for sensitive data patterns (PII, secrets, internal infrastructure) and reports findings with sensitivity levels. Used by the gateway to enforce data sensitivity ceilings per session.

Structs§

DataFinding
A finding from response body scanning.

Enums§

DetectedSensitivity
Sensitivity level of detected data in a response body.

Functions§

max_sensitivity
Return the highest (most sensitive) finding, if any.
scan_response
Scan a response body for sensitive data patterns.