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
16
[[command]]
name = "ssh-keyscan"
description = "Fetches public SSH host keys from remote hosts (network read). Output goes to stdout in a format suitable for known_hosts. Each invocation makes outbound TCP connections to the listed hosts."
url = "https://man.openbsd.org/ssh-keyscan"
researched_version = "OpenSSH 10.x"
level = "SafeRead"
bare = false
tolerate_unknown_short = true
standalone = [
    "--help", "-4", "-6", "-D",
    "-H", "-O", "-c", "-h",
    "-q", "-v",
]
valued = [
    "-T", "-c", "-f", "-O", "-p", "-t",
]