Class: ShellAnalyzer
Defined in: src/tollgate/analyzers/shell.ts:19 Shell Command Analyzer Detects dangerous shell commands and patterns:- Destructive commands (rm -rf, mkfs, dd)
- Privilege escalation (sudo, su)
- Remote code execution (curl | bash)
- System modification (chmod 777, chown)
Implements
Constructors
Constructor
Returns
ShellAnalyzer
Properties
name
Implementation of
Methods
analyze()
Parameters
command
string