safe-chains 0.193.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
[[command]]
name = "expr"
aliases = ["gexpr"]
description = "Evaluates arithmetic, string-matching, and logical expressions given as positional arguments, printing the result to stdout. No filesystem writes, no network access, and no ability to execute subcommands. Ships with GNU coreutils and macOS."
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#expr-invocation"
level = "Inert"
bare = false
tolerate_unknown_short = true
tolerate_unknown_long = true