safe-chains 0.221.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
[[command]]
name = "llvm-objdump"
description = "LLVM object-file disassembler / inspector. Reads .o / .a / executables and prints headers, disassembly, symbols. Pure read."
url = "https://llvm.org/docs/CommandGuide/llvm-objdump.html"
researched_version = "LLVM 22.x"
level = "SafeRead"
bare = false
tolerate_unknown_short = true
standalone = ["--help", "--version", "-?", "-h"]