Expand description
Security filtering for aprender-shell
Follows Toyota Way principle Andon (Stop the line): Halt immediately when quality issues arise.
Prevents sensitive commands (passwords, tokens, keys) from being suggested or learned into the model.
Functionsยง
- filter_
sensitive_ commands - Filter sensitive commands from a list.
- filter_
sensitive_ suggestions - Filter sensitive suggestions before display.
- is_
sensitive_ command - Check if a command contains sensitive information.