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
[[command]]
name = "strings"
url = "https://man7.org/linux/man-pages/man1/strings.1.html"
level = "Inert"
bare = false
standalone = [
    "-V", "-a", "-f", "-h", "-w",
    "--all", "--help", "--include-all-whitespace", "--print-file-name", "--version",
]
valued = [
    "-T", "-e", "-n", "-o", "-s", "-t",
    "--bytes", "--encoding", "--output-separator", "--radix", "--target",
]