safe-chains 0.221.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[command]]
name = "create-react-app"
description = "Create React App scaffolder (deprecated by React team but still widely used). Writes a new project directory (project-local SafeWrite + npm install — network)."
url = "https://create-react-app.dev/docs/getting-started"
researched_version = "create-react-app 5.x; deprecated"
level = "SafeWrite"
bare = false
tolerate_unknown_short = true
standalone = [
    "--help", "--info",
    "--scripts-version", "--use-pnp", "--use-npm",
    "--verbose", "--version",
    "-V", "-h",
]
valued = ["--scripts-version", "--template", "--typescript"]