safe-chains 0.210.2

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[command]]
name = "wrk"
description = "Modern HTTP benchmarking tool. Bare invocation makes many HTTP requests to the URL (network + load). -s SCRIPT loads a Lua script for custom request generation (executes Lua). The diagnostic --help / --version are read-only."
url = "https://github.com/wg/wrk"
researched_version = "wrk 4.x"
level = "SafeRead"
bare = false
standalone = ["--help", "--latency", "--version", "-?", "-h", "-v"]
valued = [
    "--connections", "--duration",
    "--header", "--script", "--threads",
    "--timeout",
    "-H", "-c", "-d", "-s", "-t",
]