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
[[command]]
name = "nuke"
description = "NUKE — C# build automation framework. The wrapper reads `_build/Build.cs`, compiles the project, and runs the user-defined targets — every meaningful invocation executes arbitrary C#. Carve-out: --version / --help / :setup / :update / :complete diagnostic forms only; targets are arbitrary."
url = "https://nuke.build/docs/getting-started/setup/"
researched_version = "NUKE 9.x"
level = "Inert"
bare = false
max_positional = 0
standalone = [
    "--help", "--version", "--?",
    "-h", "-?",
]