safe-chains 0.136.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
[[command]]
name = "hexdump"
description = "Displays file contents in hexadecimal, octal, decimal, or ASCII formats. Strictly a reader -- opens files read-only and writes only to stdout, so it cannot modify the filesystem. Part of util-linux with no history of security-relevant CVEs. Feature set has been stable for decades with essentially zero project velocity."
url = "https://man7.org/linux/man-pages/man1/hexdump.1.html"
level = "Inert"
bare = true
standalone = ["-C", "-V", "-b", "-c", "-d", "-h", "-o", "-v", "-x", "--help", "--version"]
valued = ["-L", "-e", "-f", "-n", "-s"]