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
18
[[command]]
name = "tox"
url = "https://tox.wiki/"
bare_flags = ["--help", "--version", "-h"]

[[command.sub]]
name = "list"
standalone = ["--help", "--no-desc", "-d", "-h"]

[[command.sub]]
name = "config"
standalone = ["--core", "--help", "-h"]

[[command.sub]]
name = "run"
level = "SafeRead"
standalone = ["--help", "--no-recreate-pkg", "--skip-missing-interpreters", "-h"]
valued = ["-e", "-f", "--override", "--result-json"]