safe-chains 0.136.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
[[command]]
name = "size"
description = "Reports the sizes of text, data, and BSS sections in object files. Purely a reader -- parses binary headers and writes size summaries to stdout without modifying input files. Part of GNU binutils and Xcode; stable for decades with negligible project velocity."
url = "https://man7.org/linux/man-pages/man1/size.1.html"
level = "Inert"
bare = false
standalone = [
    "-A", "-B", "-G", "-V", "-d", "-h", "-o", "-t", "-x",
    "--common", "--help", "--totals", "--version",
]
valued = ["--format", "--radix", "--target"]