safe-chains 0.167.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[[command]]
name = "cmp"
description = "Compares two files byte by byte, reporting the first differing position or confirming they are identical. Strictly read-only: reads input files and writes comparison results to stdout. Does not modify files or access the network. Part of GNU diffutils, which has a very stable CLI surface."
url = "https://man7.org/linux/man-pages/man1/cmp.1.html"
level = "Inert"
bare = false
max_positional = 2
standalone = [
    "--help", "--print-bytes", "--quiet", "--silent", "--verbose", "--version",
    "-V", "-b", "-h", "-l", "-s",
]
valued = ["--bytes", "--ignore-initial", "-i", "-n"]