safe-chains 0.221.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[command]]
name = "dropdb"
description = "PostgreSQL — drops a database. External-system write."
url = "https://www.postgresql.org/docs/current/app-dropdb.html"
researched_version = "PostgreSQL 16.x"
level = "SafeWrite"
bare = false
standalone = [
    "--echo", "--force", "--help",
    "--if-exists", "--interactive",
    "--no-password", "--password", "--version",
    "-?", "-V", "-e", "-f", "-h",
    "-i", "-p", "-U", "-w", "-W",
]
valued = ["--host", "--port", "--username", "-h", "-p", "-U"]