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
[[command]]
name = "ping"
url = "https://man7.org/linux/man-pages/man8/ping.8.html"
level = "Inert"
bare = false
require_any = ["-c", "--count"]
standalone = [
    "-4", "-6", "-D", "-O", "-R", "-a", "-d", "-n", "-q", "-v",
    "--help", "-h", "--version", "-V",
]
valued = [
    "--count", "--deadline", "--interface", "--interval", "--ttl",
    "-I", "-Q", "-S", "-W", "-c", "-i", "-l", "-s", "-t", "-w",
]