safe-chains 0.133.2

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 = "make"
url = "https://www.gnu.org/software/make/manual/make.html"
level = "Inert"
bare = false
require_any = ["-n", "--dry-run", "--just-print", "--recon", "-p", "--print-data-base"]
standalone = [
    "--dry-run", "--help", "--just-print", "--print-data-base",
    "--question", "--recon", "--version",
    "-V", "-h", "-n", "-p", "-q",
]
valued = [
    "--directory", "--file", "--jobs", "--makefile",
    "-C", "-f", "-j",
]