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 = "seq"
description = "Generates a sequence of numbers between a start and end value, printing them to stdout. Pure computation with no filesystem writes, no network access, and no side effects beyond stdout. Ships with GNU coreutils and macOS."
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#seq-invocation"
level = "Inert"
bare = false
standalone = ["--equal-width", "--help", "--version", "-V", "-h", "-w"]
valued = ["--format", "--separator", "-f", "-s", "-t"]