safe-chains 0.167.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
[[command]]
name = "sdkmanager"
description = "Manages Android SDK packages: installing, updating, and uninstalling SDK components. Install and update operations download packages from Google's servers and write to the local SDK directory. The --list flag is read-only, querying available and installed packages (this does hit the network to fetch the package index). Uninstall removes local SDK components. Released as part of the Android SDK command-line tools."
url = "https://developer.android.com/tools/sdkmanager"
level = "Inert"
bare = false
max_positional = 0
standalone = ["--help", "--list", "--version", "-V", "-h"]
valued = ["--channel", "--sdk_root"]