safe-chains 0.136.1

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[command]]
name = "nm"
description = "Lists symbols from object files, archives, and shared libraries. Read-only: parses binary formats (ELF, Mach-O, COFF) and writes symbol information to stdout without modifying input files. Included in GNU binutils and Xcode; both implementations have been stable for decades with minimal project velocity."
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"]