safe-chains 0.210.2

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 = "markdownlint-cli2"
description = "Modern markdownlint CLI — lints Markdown files against a configurable rule set. By default reports violations to stdout. The --fix flag rewrites files in place to apply auto-fixable rules; promotes the level to SafeWrite via write_flags. Configuration is loaded from .markdownlint-cli2.{jsonc,yaml,cjs,mjs}. Static — does not execute Markdown content. Active project."
url = "https://github.com/DavidAnson/markdownlint-cli2"
researched_version = "markdownlint-cli2 0.x"
level = "SafeRead"
bare = true
standalone = [
    "--fix", "--help",
    "--no-globs", "--no-inline-config",
    "--quiet",
]
valued = [
    "--config", "--directories",
    "--no-globs",
]
write_flags = ["--fix"]