safe-chains 0.135.1

Auto-allow safe 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 = "@axe-core/cli"
url = "https://github.com/dequelabs/axe-core-npm/tree/develop/packages/cli"
level = "SafeRead"
bare = false
standalone = [
    "--help", "--no-color", "--verbose", "--version",
    "-h", "-v",
]
valued = [
    "--browser", "--browser-arg", "--chromedriver-path",
    "--dir", "--disable", "--exclude", "--exit",
    "--include",
    "--load-delay", "--rules", "--tags",
    "--timeout",
]