safe-chains 0.196.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[command]]
name = "ab"
description = "Apache Bench — HTTP load benchmarking. Bare invocation makes many HTTP requests to the configured URL (network — and the load can affect external systems). The diagnostic -h / -V are read-only."
url = "https://httpd.apache.org/docs/current/programs/ab.html"
researched_version = "ab 2.x"
level = "SafeRead"
bare = false
standalone = [
    "--help", "-?", "-S", "-V",
    "-d", "-e", "-h", "-i", "-k", "-q",
    "-r", "-v", "-w",
]
valued = [
    "-A", "-B", "-C", "-E", "-H",
    "-P", "-T", "-X", "-Z", "-b",
    "-c", "-f", "-g", "-l", "-m",
    "-n", "-p", "-s", "-t", "-u", "-z",
]