safe-chains 0.221.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[command]]
name = "zstdgrep"
description = "Run grep on the contents of zstandard-compressed (or uncompressed) files. Flags before the pattern are passed through to grep(1); files default to stdin when none are given."
url = "https://github.com/facebook/zstd"
researched_version = "zstd 1.5.6"
level = "Inert"
bare = false
tolerate_unknown_short = true

[[command]]
name = "zstdless"
description = "View zstandard-compressed (or uncompressed) files through less(1). Any flags are passed through to less."
url = "https://github.com/facebook/zstd"
researched_version = "zstd 1.5.6"
level = "Inert"
bare = true
tolerate_unknown_short = true