Turn the current single Shield engine into a Scanner pipeline (type Scanner interface { Assess(text string) RiskResult }).
Keep the existing IDPI pattern matcher as the default scanner.
Add easy registration: shield.RegisterScanner(NewInvisibleTextScanner()), shield.RegisterScanner(NewSecretsScanner()), etc.
Users can do shield.WithScanners("idpi", "secrets", "toxicity").
Benefit → idpishield stops being “just IDPI” and becomes a real lightweight Go guardrail suite.
Turn the current single Shield engine into a Scanner pipeline (type Scanner interface { Assess(text string) RiskResult }).
Keep the existing IDPI pattern matcher as the default scanner.
Add easy registration: shield.RegisterScanner(NewInvisibleTextScanner()), shield.RegisterScanner(NewSecretsScanner()), etc.
Users can do shield.WithScanners("idpi", "secrets", "toxicity").
Benefit → idpishield stops being “just IDPI” and becomes a real lightweight Go guardrail suite.