safe-chains 0.186.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
17
[[command]]
name = "debride"
description = "Static analyzer that finds methods which are defined but never called within the analyzed paths. Parses Ruby source via prism (or ruby_parser with --legacy); does not execute application code. Output goes to stdout; --json or --yaml change format. -r/--rails enables Rails-aware heuristics. -e/--exclude skips paths; -w/--whitelist skips a list of method names; -m/--minimum sets the minimum-uses threshold. Companion binaries `debride_rm` (which auto-removes flagged methods) and `debride_rails_whitelist` ship with the same gem but are separate executables and are not part of this allowlist. Slow but steady seattlerb maintenance."
url = "https://github.com/seattlerb/debride"
researched_version = "debride 1.15.1 (January 2026)"
level = "SafeRead"
bare = false
tolerate_unknown_short = true
standalone = [
    "--help", "--json", "--legacy", "--rails",
    "--verbose", "--version", "--yaml",
    "-h", "-r", "-v",
]
valued = [
    "--exclude", "--focus", "--minimum", "--whitelist",
    "-e", "-f", "-m", "-w",
]