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 = "opt"
description = "LLVM optimizer — runs optimization / analysis passes on LLVM IR. Reads .ll/.bc, writes optimized .ll/.bc to -o or stdout."
url = "https://llvm.org/docs/CommandGuide/opt.html"
researched_version = "LLVM 22.x"
level = "SafeWrite"
bare = false
tolerate_unknown_short = true
standalone = ["--help", "--version", "-?", "-h", "-v"]