Skip to main content

Module taint

Module taint 

Source
Expand description

Security Taint Tracking

Tracks sensitive data values and their encoded variants (base64, hex, URL-encoded) so they can be detected in tool arguments and LLM output.

Structsยง

TaintEntry
A tracked piece of sensitive data with its encoded variants
TaintId
Unique identifier for a taint entry
TaintRegistry
Registry of tainted (sensitive) data values