safe-chains 0.135.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
[[command]]
name = "bc"
url = "https://www.gnu.org/software/bc/manual/html_mono/bc.html"
level = "Inert"
bare = true
standalone = [
    "--digit-clamp", "--global-stacks", "--help", "--interactive", "--mathlib",
    "--no-digit-clamp", "--no-line-length", "--no-prompt",
    "--no-read-prompt", "--quiet", "--standard", "--version", "--warn",
    "-C", "-P", "-R", "-V", "-c", "-g", "-h", "-i", "-l", "-q", "-s", "-w",
]
valued = [
    "--expression", "--file", "--ibase", "--obase", "--redefine", "--scale", "--seed",
    "-E", "-I", "-O", "-S", "-e", "-f", "-r",
]