safe-chains 0.125.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
[[command]]
name = "od"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#od-invocation"
level = "Inert"
bare = true
standalone = [
    "-V", "-b", "-c", "-d", "-f", "-h", "-i", "-l", "-o", "-s", "-v", "-x",
    "--help", "--output-duplicates", "--traditional", "--version",
]
valued = [
    "-A", "-N", "-S", "-j", "-t", "-w",
    "--address-radix", "--endian", "--format", "--read-bytes",
    "--skip-bytes", "--strings", "--width",
]