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
[[command]]
name = "system_profiler"
url = "https://ss64.com/mac/system_profiler.html"
level = "Inert"
bare = true
standalone = [
    "--help", "--json", "--version", "--xml",
    "-V", "-h", "-json", "-listDataTypes", "-nospinner", "-xml",
]
valued = ["-detailLevel", "-timeout"]