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
16
17
[[command]]
name = "netstat"
url = "https://man7.org/linux/man-pages/man8/netstat.8.html"
level = "Inert"
bare = true
standalone = [
    "--all", "--continuous", "--extend", "--groups",
    "--help", "--interfaces", "--listening", "--masquerade",
    "--numeric", "--numeric-hosts", "--numeric-ports",
    "--numeric-users", "--program", "--route",
    "--statistics", "--symbolic", "--tcp", "--timers",
    "--udp", "--unix", "--verbose", "--version", "--wide",
    "-A", "-C", "-L", "-M", "-N", "-R", "-S", "-V", "-W", "-Z",
    "-a", "-b", "-c", "-d", "-e", "-f", "-g", "-h", "-i",
    "-l", "-m", "-n", "-o", "-p", "-q", "-r", "-s", "-t", "-u", "-v", "-w", "-x",
]
valued = ["-I"]