safe-chains 0.136.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
[[command]]
name = "@apidevtools/swagger-cli"
description = "CLI for validating and bundling Swagger 2.0 and OpenAPI 3.0 definitions. The validate subcommand parses a spec file and reports schema/spec errors without modifying it. The project is deprecated in favor of Redocly CLI, so no further releases are expected. Last release was v4.0.4."
url = "https://github.com/APIDevTools/swagger-cli"
bare_flags = ["--help", "--version", "-V", "-h"]

[[command.sub]]
name = "validate"
level = "SafeRead"
bare = false
standalone = [
    "--help", "--no-schema", "--no-spec",
    "-h",
]