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 = "bitcoin-cli"
description = "Bitcoin Core JSON-RPC client. Bare invocation calls the configured `bitcoind` over RPC (network read for `getinfo`/`getblockchaininfo`/etc.; write for `sendrawtransaction`/`sendtoaddress`/`importprivkey`/etc.). Carve-out: --version / --help only — meaningful invocations are RPC calls to the daemon."
url = "https://bitcoincore.org/en/doc/"
researched_version = "Bitcoin Core 28.x"
level = "Inert"
bare = false
max_positional = 0
standalone = ["--help", "--version", "-?", "-h"]