safe-chains 0.167.0

Auto-allow safe bash commands in agentic coding tools
Documentation
[[command]]
name = "act"
description = "Runs GitHub Actions workflows locally using Docker containers. In dry-run/list/graph mode it only parses and prints workflow structure without launching containers or executing any steps. Actively maintained with frequent releases."
url = "https://nektosact.com/"
level = "Inert"
bare = false
require_any = ["--dryrun", "--graph", "--list", "-l", "-n"]
standalone = [
    "--dryrun", "--graph", "--help", "--list", "--version",
    "-h", "-l", "-n",
]
valued = [
    "--action-offline-mode", "--artifact-server-path",
    "--container-architecture", "--env", "--env-file",
    "--eventpath", "--input", "--job", "--matrix",
    "--platform", "--pull", "--remote-name",
    "--secret", "--secret-file", "--var", "--var-file",
    "--workflows",
    "-E", "-P", "-W", "-e", "-j", "-s",
]