safe-chains 0.136.1

Auto-allow safe bash commands in agentic coding tools
Documentation
[[command]]
name = "tox"
description = "Python test automation tool that creates isolated virtualenvs and runs commands defined in tox.ini. tox run executes arbitrary shell commands as specified in the tox configuration, including installing packages (network requests) and running test suites. tox list and tox config are read-only commands that inspect configured environments and settings without executing anything. The tox.ini file itself can define any shell command to run. Mature, stable project with regular releases."
url = "https://tox.wiki/"
bare_flags = ["--help", "--version", "-h"]

[[command.sub]]
name = "list"
standalone = ["--help", "--no-desc", "-d", "-h"]

[[command.sub]]
name = "config"
standalone = ["--core", "--help", "-h"]

[[command.sub]]
name = "run"
level = "SafeRead"
standalone = ["--help", "--no-recreate-pkg", "--skip-missing-interpreters", "-h"]
valued = ["-e", "-f", "--override", "--result-json"]