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
15
16
17
[[command]]
name = "avdmanager"
description = "Manages Android Virtual Devices (emulator images) for the Android SDK. The create, delete, and move subcommands modify local AVD configurations on disk. The list subcommand is read-only, enumerating available AVDs, device definitions, and system image targets without side effects. All operations are local with no network access. Released as part of the Android SDK command-line tools."
url = "https://developer.android.com/tools/avdmanager"
bare_flags = ["--help", "--version", "-V", "-h"]

[[command.sub]]
name = "list"
[[command.sub.sub]]
name = "avd"
standalone = ["--compact", "--help", "-c", "-h"]
[[command.sub.sub]]
name = "device"
standalone = ["--compact", "--help", "-c", "-h"]
[[command.sub.sub]]
name = "target"
standalone = ["--compact", "--help", "-c", "-h"]