safe-chains 0.136.1

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
[[command]]
name = "php"
description = "PHP language interpreter. With no script file or code arguments, only --help and --version are exposed here, making it purely informational. The interpreter can execute arbitrary code when given a file or -r flag, so restricting to version/help queries eliminates the execution surface. PHP follows a predictable annual release cycle."
url = "https://www.php.net/manual/en/features.commandline.options.php"
level = "Inert"
bare = false
max_positional = 0
standalone = ["--help", "--version", "-h", "-v"]