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
[[command]]
name = "pip-audit"
url = "https://github.com/pypa/pip-audit"
level = "Inert"
standalone = [
    "--desc", "--dry-run", "--help", "--json", "--local",
    "--no-deps", "--skip-editable", "--strict",
    "--verbose", "--version",
    "-S", "-h", "-l", "-s", "-v",
]
valued = [
    "--cache-dir", "--exclude", "--format", "--ignore-vuln",
    "--index-url", "--output", "--path", "--requirement",
    "-e", "-f", "-i", "-o", "-r",
]