safe-chains 0.174.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
18
[[command]]
name = "vulture"
description = "Static analyzer that finds dead Python code (unused variables, imports, functions, classes, attributes). Parses source via AST; does not execute project code. Reports findings to stdout in line:col format. --make-whitelist emits a whitelist file; -v shows progress. Stable."
url = "https://github.com/jendrikseipp/vulture"
researched_version = "vulture 2.x"
level = "SafeRead"
bare = false
standalone = [
    "--help", "--ignore-decorators",
    "--ignore-names",
    "--make-whitelist", "--sort-by-size",
    "--verbose", "--version",
    "-h", "-v",
]
valued = [
    "--config", "--exclude",
    "--min-confidence",
]