Skip to main content

Module bash_classifier

Module bash_classifier 

Source
Expand description

Bash command risk classification.

Classifies shell commands by risk level to prevent dangerous operations like rm -rf /, fork bombs, or disk overwrite commands.

Enums§

BashRiskLevel
Risk level for a bash command.

Functions§

classify_bash_command
Classify a bash command string by risk level.