safe-chains 0.182.0

Auto-allow safe bash commands in agentic coding tools
Documentation
[[command]]
name = "twine"
description = "Utility for publishing Python packages to PyPI / TestPyPI. `check` verifies the long_description rendering of one or more distribution files (read-only). `upload` and `register` send the artifacts to a remote index over HTTPS (authenticated network operations that affect external systems — not part of the safe surface). The diagnostic --version and --help are also benign."
url = "https://twine.readthedocs.io/"
researched_version = "twine 5.x"
bare_flags = ["--help", "--version", "-h"]

[[command.sub]]
name = "check"
level = "SafeRead"
bare = false
tolerate_unknown_short = true
standalone = ["--help", "--strict", "-h"]

[[command.sub]]
name = "help"
allow_all = true

[[command.sub]]
name = "upload"
candidate = true

[[command.sub]]
name = "register"
candidate = true