safe-chains 0.136.1

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[[command]]
name = "htmlq"
description = "Extracts elements from HTML using CSS selectors, reading from stdin or files. The --output/-o flag can write results to a file on disk, making it not purely side-effect-free. No network access and no ability to execute code. Written in Rust."
url = "https://github.com/mgdm/htmlq"
level = "Inert"
bare = false
standalone = [
    "--detect-base", "--help", "--ignore-whitespace",
    "--pretty", "--remove-nodes", "--text", "--version",
    "-B", "-V", "-h", "-p", "-t", "-w",
]
valued = ["--attribute", "--base", "--filename", "--output", "-a", "-b", "-f", "-o"]