Module security

Module security 

Source
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.