safe-chains 0.187.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 = "rufo"
description = "Opinionated, mostly-non-configurable Ruby formatter. Without arguments, formats stdin to stdout (read). With path arguments, rewrites those files in place. The -c/--check flag switches to read-only mode (exits non-zero on diff). Surface is intentionally small. Classified as SafeWrite because the dominant invocation (`rufo file.rb` or `rufo lib/`) modifies the working tree; the read-only `--check` form is allowed within the same level cap. Active maintenance on the 0.x line."
url = "https://github.com/ruby-formatter/rufo"
researched_version = "rufo 0.18.2 (December 2025)"
level = "SafeWrite"
bare = true
tolerate_unknown_short = true
standalone = [
    "--check", "--help", "--simple-exit", "--version",
    "-c", "-h", "-x",
]
valued = [
    "--filename", "--loglevel",
]