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 = "nm"
url = "https://man7.org/linux/man-pages/man1/nm.1.html"
level = "Inert"
bare = false
standalone = [
    "-A", "-B", "-C", "-D", "-P", "-S", "-V", "-a", "-g", "-h", "-j",
    "-l", "-m", "-n", "-o", "-p", "-r", "-s", "-u", "-v", "-x",
    "--debug-syms", "--defined-only", "--demangle", "--dynamic",
    "--extern-only", "--help", "--line-numbers", "--no-demangle",
    "--no-llvm-bc", "--no-sort", "--numeric-sort", "--portability",
    "--print-armap", "--print-file-name", "--print-size", "--reverse-sort",
    "--special-syms", "--undefined-only", "--version",
]
valued = ["-f", "-t", "--format", "--radix", "--size-sort", "--target"]