safe-chains 0.136.1

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
[[command]]
name = "test"
description = "Evaluates conditional expressions (file tests, string comparisons, integer comparisons) and exits with 0 (true) or 1 (false). Also invoked as \"[\". Purely a predicate: it reads file metadata and compares values but never modifies files, writes output, accesses the network, or executes commands. Ships with GNU coreutils, POSIX sh, and macOS."
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#test-invocation"
level = "Inert"
bare = true
positional_style = true
aliases = ["["]