safe-chains 0.130.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 = "flake8"
url = "https://flake8.pycqa.org/en/latest/user/invocation.html"
level = "SafeRead"
bare = true
standalone = [
    "--benchmark", "--count", "--help", "--quiet",
    "--show-pep8", "--show-source", "--statistics",
    "--verbose", "--version",
    "-V", "-h", "-q", "-v",
]
valued = [
    "--config", "--exclude", "--extend-exclude",
    "--extend-ignore", "--filename", "--format",
    "--ignore", "--max-complexity", "--max-line-length",
    "--output-file", "--per-file-ignores", "--select",
]