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
[[command]]
name = "tr"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#tr-invocation"
level = "Inert"
bare = false
standalone = [
    "-C", "-V", "-c", "-d", "-h", "-s",
    "--complement", "--delete", "--help", "--squeeze-repeats",
    "--truncate-set1", "--version",
]