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 = "head"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#head-invocation"
level = "Inert"
bare = true
numeric_dash = true
standalone = [
    "-V", "-h", "-q", "-v", "-z",
    "--help", "--quiet", "--silent", "--verbose", "--version", "--zero-terminated",
]
valued = ["-c", "-n", "--bytes", "--lines"]