safe-chains 0.136.0

Auto-allow safe bash commands in agentic coding tools
Documentation
[[command]]
name = "pod"
description = "CocoaPods dependency manager for Swift and Objective-C projects. Read-only subcommands (list, search, info, env, spec cat, spec which) query the spec repository or local state. Write subcommands (install, update, init, deintegrate) modify the Pods/ directory, Podfile.lock, and the Xcode workspace. install and update contact the network to download specs and pod source code. CocoaPods is in maintenance mode (trunk goes read-only Dec 2026), with releases limited to roughly twice per year for Xcode compatibility."
url = "https://guides.cocoapods.org/terminal/commands.html"
bare_flags = ["--help", "--version", "-V", "-h"]

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

[[command.sub]]
name = "info"
bare = false
standalone = ["--help", "-h"]

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

[[command.sub]]
name = "search"
bare = false
standalone = ["--help", "--simple", "--stats", "--web", "-h"]

[[command.sub]]
name = "spec"
[[command.sub.sub]]
name = "cat"
bare = false
standalone = ["--help", "-h"]
valued = ["--version"]
[[command.sub.sub]]
name = "which"
bare = false
standalone = ["--help", "-h"]
valued = ["--version"]