safe-chains 0.127.0

Auto-allow safe, read-only bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[command]]
name = "jq"
url = "https://jqlang.github.io/jq/manual/"
level = "Inert"
bare = true
standalone = [
    "--ascii-output", "--color-output", "--compact-output", "--exit-status", "--help",
    "--join-output", "--monochrome-output", "--null-input", "--raw-input",
    "--raw-output", "--raw-output0", "--seq", "--slurp", "--sort-keys", "--tab", "--version",
    "-C", "-M", "-R", "-S", "-V", "-c", "-e", "-g", "-h", "-j", "-n", "-r", "-s",
]
valued = [
    "--arg", "--argjson", "--args", "--from-file",
    "--indent", "--jsonargs", "--rawfile", "--slurpfile",
    "-f",
]