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 = "@apidevtools/swagger-cli"
url = "https://github.com/APIDevTools/swagger-cli"
bare_flags = ["--help", "--version", "-V", "-h"]

[[command.sub]]
name = "validate"
level = "SafeRead"
bare = false
standalone = [
    "--help", "--no-schema", "--no-spec",
    "-h",
]