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
[[command]]
name = "shellcheck"
url = "https://www.shellcheck.net/wiki/"
level = "Inert"
bare = false
standalone = [
    "--color", "--external-sources", "--help", "--list-optional",
    "--norc", "--severity", "--version", "--wiki-link-count",
    "-C", "-V", "-a", "-h", "-x",
]
valued = [
    "--enable", "--exclude", "--format", "--include",
    "--rcfile", "--severity", "--shell", "--source-path", "--wiki-link-count",
    "-P", "-S", "-W", "-e", "-f", "-i", "-o", "-s",
]