With the hook configured, safe-chains reads JSON from stdin and responds with a permission decision. No arguments needed.
Pass a command as a positional argument. Exit code 0 means safe, exit code 1 means unsafe.
```bash
Commands containing shell operators (`&&`, `|`, `;`) are split into segments. Each segment is validated independently.