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 = "xxd"
url = "https://man7.org/linux/man-pages/man1/xxd.1.html"
level = "Inert"
bare = true
standalone = [
    "--autoskip", "--bits", "--capitalize", "--decimal",
    "--ebcdic", "--help", "--include", "--little-endian", "--plain",
    "--postscript", "--revert", "--uppercase", "--version",
    "-C", "-E", "-V", "-a", "-b", "-d", "-e", "-h", "-i", "-p", "-r", "-u",
]
valued = [
    "--color", "--cols", "--groupsize", "--len", "--name", "--offset", "--seek",
    "-R", "-c", "-g", "-l", "-n", "-o", "-s",
]