safe-chains 0.112.2

Auto-allow safe, read-only bash commands in agentic coding tools
Documentation
[[command]]
name = "b2sum"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#b2sum-invocation"
level = "Inert"
bare = true
standalone = [
    "--binary", "--check", "--help", "--ignore-missing", "--quiet",
    "--status", "--strict", "--tag", "--text", "--version", "--warn",
    "--zero",
    "-V", "-b", "-c", "-h", "-t", "-w", "-z",
]
valued = ["--length", "-l"]

[[command]]
name = "cksum"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#cksum-invocation"
level = "Inert"
bare = true
standalone = [
    "--base64", "--check", "--help", "--raw", "--strict",
    "--tag", "--untagged", "--version", "--warn", "--zero",
    "-V", "-c", "-h", "-w", "-z",
]
valued = ["--algorithm", "--length", "-a", "-l"]

[[command]]
name = "md5"
url = "https://man7.org/linux/man-pages/man1/md5sum.1.html"
level = "Inert"
bare = true
standalone = ["--help", "--version", "-V", "-h", "-n", "-p", "-q", "-r", "-t"]
valued = ["-s"]

[[command]]
name = "md5sum"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#md5sum-invocation"
level = "Inert"
bare = true
standalone = [
    "--binary", "--check", "--help", "--ignore-missing", "--quiet",
    "--status", "--strict", "--tag", "--text", "--version", "--warn",
    "--zero",
    "-V", "-b", "-c", "-h", "-t", "-w", "-z",
]

[[command]]
name = "sha1sum"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#sha1sum-invocation"
level = "Inert"
bare = true
standalone = [
    "--binary", "--check", "--help", "--ignore-missing", "--quiet",
    "--status", "--strict", "--tag", "--text", "--version", "--warn",
    "--zero",
    "-V", "-b", "-c", "-h", "-t", "-w", "-z",
]

[[command]]
name = "sha256sum"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#sha2-utilities"
level = "Inert"
bare = true
standalone = [
    "--binary", "--check", "--help", "--ignore-missing", "--quiet",
    "--status", "--strict", "--tag", "--text", "--version", "--warn",
    "--zero",
    "-V", "-b", "-c", "-h", "-t", "-w", "-z",
]

[[command]]
name = "sha512sum"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#sha2-utilities"
level = "Inert"
bare = true
standalone = [
    "--binary", "--check", "--help", "--ignore-missing", "--quiet",
    "--status", "--strict", "--tag", "--text", "--version", "--warn",
    "--zero",
    "-V", "-b", "-c", "-h", "-t", "-w", "-z",
]

[[command]]
name = "shasum"
url = "https://perldoc.perl.org/shasum"
level = "Inert"
bare = true
standalone = [
    "--binary", "--check", "--help", "--portable", "--status",
    "--strict", "--tag", "--text", "--version", "--warn",
    "-0", "-V", "-b", "-c", "-h", "-p", "-s", "-t",
]
valued = ["--algorithm", "-a"]

[[command]]
name = "sum"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#sum-invocation"
level = "Inert"
bare = true
standalone = ["--help", "--sysv", "--version", "-V", "-h", "-r", "-s"]