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
[[command]]
name = "@htmlhint/htmlhint"
url = "https://htmlhint.com/usage/cli/"
level = "SafeRead"
bare = false
standalone = [
    "--help", "--list", "--nocolor",
    "--version", "--warn",
    "-V", "-h", "-l",
]
valued = [
    "--config", "--format", "--ignore",
    "--rules", "--rulesdir",
    "-R", "-c", "-f", "-i", "-r",
]