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§
- Bash
Risk Level - Risk level for a bash command.
Functions§
- classify_
bash_ command - Classify a bash command string by risk level.