version: "1.0" rules: - id: DANGER001 name: Dangerous rm -rf with variable pattern: rm\s+-rf?\s+\$\w+ severity: critical message: Dangerous deletion with variable suggestion: Use absolute paths - id: SECURITY001 name: Unquoted variable pattern: (?