safe-chains 0.136.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
[[command]]
name = "echo"
description = "Prints arguments to stdout. Completely inert — no flags cause side effects. The only consideration is output redirection, which is handled by the redirect system, not by echo itself."
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#echo-invocation"
level = "Inert"
bare = true
positional_style = true
standalone = ["-E", "-e", "-n"]