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
[[command]]
name = "@commitlint/cli"
url = "https://commitlint.js.org/reference/cli.html"
level = "Inert"
bare = true
standalone = [
    "--color", "--help", "--help-url",
    "--no-color", "--print-config", "--quiet",
    "--strict", "--verbose", "--version",
    "-V", "-h", "-q", "-s",
]
valued = [
    "--config", "--cwd", "--edit", "--env",
    "--extends", "--from", "--options", "--to",
    "-E", "-H", "-d", "-e", "-f", "-g", "-t", "-x",
]