safe-chains 0.131.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 = "@ibm/openapi-validator"
url = "https://github.com/IBM/openapi-validator"
level = "SafeRead"
bare = false
standalone = [
    "--help", "--impact-score", "--json",
    "--no-colors", "--summary-only", "--version",
    "-V", "-h", "-j", "-n", "-q", "-s",
]
valued = [
    "--config", "--log-level",
    "--ruleset", "--warnings-limit",
    "-c", "-l", "-r", "-w",
]