safe-chains 0.125.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 = "xcodegen"
url = "https://github.com/yonaskolb/XcodeGen"
bare_flags = ["--help", "--version", "-V", "-h"]

[[command.sub]]
name = "dump"
standalone = ["--help", "--no-env", "--quiet", "-h", "-n", "-q"]
valued = ["--project-root", "--spec", "--type", "-r", "-s", "-t"]

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