Ask a question to get started
Enter to send•Shift+Enter new line
Parse shell allow-list from string.
parse_shell_allow_list( allow_list_str: str | None, ) -> list[str] | None
allow_list_str
str | None
Comma-separated list of commands, or "recommended" for safe defaults.
Can also include "recommended" in the list to merge with custom commands.