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
14
15
16
17
[[command]]
name = "@openapitools/openapi-generator-cli"
url = "https://openapi-generator.tech/docs/usage/"
bare_flags = ["--help", "--version", "-h"]

[[command.sub]]
name = "validate"
level = "SafeRead"
bare = false
standalone = [
    "--help", "--recommend",
    "-h",
]
valued = [
    "--auth", "--input-spec",
    "-a", "-i",
]