safe-chains 0.131.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
18
[[command]]
name = "pg_dump"
url = "https://www.postgresql.org/docs/current/app-pgdump.html"
level = "Inert"
bare = false
require_any = ["--schema-only", "-s"]
standalone = [
    "--help", "--no-comments", "--no-owner",
    "--no-privileges", "--no-tablespaces", "--schema-only",
    "--verbose", "--version",
    "-V", "-h", "-s", "-v",
]
valued = [
    "--dbname", "--encoding", "--file", "--format",
    "--host", "--port", "--schema", "--table",
    "--username",
    "-E", "-F", "-U", "-d", "-f", "-n", "-p", "-t",
]