safe-chains 0.136.0

Auto-allow safe bash commands in agentic coding tools
Documentation
[[command]]
name = "nvm"
description = "Shell-based Node.js version manager. All exposed subcommands (current, list, ls, ls-remote, version, which) are read-only queries that inspect locally installed Node.js versions or fetch available versions from the remote registry. ls-remote makes an HTTP request to the Node.js release server. None of these subcommands modify the filesystem or execute arbitrary code. Mature, stable project with infrequent releases."
url = "https://github.com/nvm-sh/nvm#readme"
bare_flags = ["--help", "--version", "-V", "-h"]

[[command.sub]]
name = "current"
level = "Inert"
standalone = ["--help", "--lts", "--no-colors", "-h"]

[[command.sub]]
name = "list"
level = "Inert"
standalone = ["--help", "--lts", "--no-colors", "-h"]

[[command.sub]]
name = "ls"
level = "Inert"
standalone = ["--help", "--lts", "--no-colors", "-h"]

[[command.sub]]
name = "ls-remote"
level = "Inert"
standalone = ["--help", "--lts", "--no-colors", "-h"]

[[command.sub]]
name = "version"
level = "Inert"
standalone = ["--help", "--lts", "--no-colors", "-h"]

[[command.sub]]
name = "which"
level = "Inert"
standalone = ["--help", "--lts", "--no-colors", "-h"]