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
[[command]]
name = "bandit"
url = "https://bandit.readthedocs.io/"
level = "SafeRead"
bare = false
standalone = [
    "--help", "--ignore-nosec", "--number", "--one-line",
    "--quiet", "--recursive", "--verbose", "--version",
    "-h", "-i", "-n", "-q", "-r", "-v",
]
valued = [
    "--aggregate", "--baseline", "--config", "--configfile",
    "--exclude", "--format", "--output", "--profile",
    "--severity-level", "--skip", "--tests",
    "-b", "-c", "-f", "-l", "-o", "-p", "-s", "-t",
]