safe-chains 0.221.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[command]]
name = "wasm-objdump"
description = "WABT — disassembles / inspects a WebAssembly binary. Reads the .wasm file and prints headers / details / disassembly to stdout. Pure read."
url = "https://github.com/WebAssembly/wabt"
researched_version = "WABT 1.x"
level = "SafeRead"
bare = false
tolerate_unknown_short = true
standalone = [
    "--debug", "--details", "--disassemble",
    "--enable-all", "--full-contents",
    "--headers", "--help", "--raw",
    "-D", "-d", "-h", "-j", "-s", "-x",
]
valued = ["--section"]