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
[[command]]
name = "otool"
url = "https://ss64.com/mac/otool.html"
level = "Inert"
bare = false
standalone = [
    "-D", "-I", "-L", "-V", "-X", "-a", "-c", "-d", "-f", "-h",
    "-l", "-o", "-r", "-t", "-v", "-x", "--help", "--version",
]
valued = ["-p", "-s"]