safe-chains 0.127.0

Auto-allow safe, read-only bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[command]]
name = "vitest"
url = "https://vitest.dev/guide/cli.html"
level = "SafeRead"
standalone = [
    "--bail", "--changed", "--coverage", "--dom", "--globals",
    "--help", "--hideSkippedTests", "--no-color", "--no-isolate",
    "--passWithNoTests", "--reporter", "--run", "--silent",
    "--ui", "--update", "--version", "--watch",
    "-h", "-v",
]
valued = [
    "--color", "--config", "--dir", "--environment", "--exclude",
    "--include", "--maxConcurrency", "--mode", "--project",
    "--root", "--testTimeout",
    "-c", "-r", "-t",
]