safe-chains 0.223.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[[command]]
name = "nodemon"
description = "File watcher that re-runs a Node.js script on changes. Each invocation runs the configured `--exec` command (or the given script), which is arbitrary code. Only --help / --version / --dump (config dump) have a fixed safe surface."
url = "https://github.com/remy/nodemon"
researched_version = "nodemon 3.x"
level = "Inert"
bare = false
max_positional = 0
standalone = [
    "--dump", "--help", "--quiet",
    "--version",
    "-h", "-q", "-v",
]