safe-chains 0.136.1

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
[[command]]
name = "otool"
description = "Displays headers, load commands, and disassembled sections of Mach-O object files on macOS. Read-only: inspects binaries without modifying them, writing all output to stdout. Ships as part of Xcode Command Line Tools with no independent release cycle."
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"]