{
  "safePrefixes": [
    "cd",
    "ls",
    "cat",
    "head",
    "tail",
    "wc",
    "find",
    "grep",
    "rg",
    "fd",
    "tree",
    "file",
    "stat",
    "du",
    "df",
    "which",
    "whoami",
    "pwd",
    "echo",
    "date",
    "uname",
    "printenv",
    "basename",
    "dirname",
    "realpath",
    "readlink",
    "id",
    "hostname",
    "md5sum",
    "sha256sum",
    "git status",
    "git log",
    "git diff",
    "git show",
    "git blame",
    "git ls-files",
    "git branch",
    "git remote",
    "git tag",
    "git rev-parse",
    "npm list",
    "npm outdated",
    "npm view",
    "node --version",
    "python --version",
    "cargo --version",
    "rustc --version",
    "go version",
    "sed",
    "true",
    "false",
    ":",
    "sort",
    "uniq",
    "cut",
    "tr",
    "jq",
    "column",
    "paste",
    "comm",
    "diff",
    "less",
    "more"
  ],
  "dangerousPatterns": [
    "`",
    "\\$\\(",
    "\\brm\\b",
    "\\bsudo\\b",
    "\\beval\\b",
    "\\bsource\\b"
  ],
  "segmentDangerousPatterns": [
    "^sh\\b",
    "^bash\\b",
    "^exec\\b",
    "[ \\t]-(?:exec|execdir|ok|okdir|delete|fprint|fprint0|fprintf|fls)\\b",
    "[ \\t]-(?:x|X)\\b",
    "[ \\t]--(?:exec|exec-batch)\\b",
    "\\bsystem\\s*\\("
  ],
  "shortcut": "ctrl+y",
  "defaultScopeWrites": false,
  "strictNonInteractive": false
}
