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
[[command]]
name = "lsof"
url = "https://man7.org/linux/man-pages/man8/lsof.8.html"
level = "Inert"
bare = true
standalone = [
    "--help", "--version",
    "-C", "-G", "-M", "-N", "-O", "-P", "-R", "-U", "-V", "-X",
    "-b", "-h", "-l", "-n", "-t", "-w", "-x",
]
valued = ["-F", "-S", "-T", "-a", "-c", "-d", "-g", "-i", "-k", "-o", "-p", "-r", "-s", "-u"]