safe-chains 0.127.0

Auto-allow safe, read-only bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[command]]
name = "identify"
url = "https://imagemagick.org/script/identify.php"
level = "Inert"
bare = false
standalone = [
    "--help", "--verbose", "--version", "-V", "-h", "-ping", "-quiet", "-regard-warnings", "-verbose",
]
valued = [
    "-channel", "-define", "-density", "-depth",
    "-features", "-format", "-fuzz", "-interlace",
    "-limit", "-list", "-log", "-moments",
    "-monitor", "-precision", "-seed", "-set",
    "-size", "-strip", "-unique", "-virtual-pixel",
]