safe-chains 0.136.1

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
[[command]]
name = "printf"
description = "Formats and prints data according to a format string, writing to stdout. No filesystem writes, no network access, and no ability to execute commands. Output destination is controlled by shell redirection, not by printf itself. Ships with GNU coreutils and macOS."
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#printf-invocation"
level = "Inert"
bare = false
standalone = ["--help", "--version", "-V", "-h"]