safe-chains 0.188.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
[[command]]
name = "ipython"
description = "Enhanced interactive Python REPL. The whole purpose is to evaluate arbitrary Python at a prompt, so the only safe surface is the diagnostic flags --version and --help. -c CMD runs Python code; --pylab/--matplotlib auto-import; -i FILE drops into a REPL after running the given script."
url = "https://ipython.org/"
researched_version = "ipython 8.x"
level = "Inert"
bare = false
max_positional = 0
standalone = ["--help", "--version", "-h"]