Skip to main content

Module scanner

Module scanner 

Source
Expand description

Sensitivity scanning โ€” detect sensitive content before it enters agent context.

SIGIL defines the trait; implementations choose their detection strategy (regex, ML-based, dictionary lookup, etc.).

Traitsยง

SensitivityScanner
Trait for detecting sensitive content in text.